Class DiagramExtensions
Some Rad
Inheritance
System.Object
DiagramExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public static class DiagramExtensions
Methods
CreateDiagramImage(RadDiagram, Rect, Size, Brush, Thickness, Double)
Creates the diagram image.
Declaration
public static Bitmap CreateDiagramImage(this RadDiagram diagram, Rect enclosingBounds, Size returnImageSize = default(Size), Brush backgroundBrush = null, Thickness margin = default(Thickness), double dpi = 96)
Parameters
Rad The diagram. |
Rect
enclosingBounds
The enclosing bounds. |
Size
returnImageSize
The return image size. |
System. The background brush. |
Thickness
margin
The margin. |
System. The quality of the image. |
Returns
System.
|
GetTransformedPoint(RadDiagramElement, Point)
Applies the panning and zooming for the point and returns the transformed point.
Declaration
public static Point GetTransformedPoint(this RadDiagramElement diagram, Point point)
Parameters
Rad The diagram. |
Point
point
The point. |