Class PathElementShape
Inherited Members
Namespace: Telerik.WinControls.Shapes
Assembly: Telerik.WinControls.dll
Syntax
public class PathElementShape : CustomShape
Constructors
PathElementShape()
Declaration
public PathElementShape()
PathElementShape(GraphicsPath, VisualElement)
Declaration
public PathElementShape(GraphicsPath path, VisualElement owner)
Parameters
System.Drawing.Drawing2D.GraphicsPath
path
|
VisualElement
owner
|
Properties
Bounds
Declaration
public RectangleF Bounds { get; set; }
Property Value
System.Drawing.RectangleF
|
Owner
Path
Declaration
public GraphicsPath Path { get; set; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|
ScaledPath
Declaration
public GraphicsPath ScaledPath { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|
Methods
CreatePath(Rectangle)
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
DeserializeProperties(String)
Deserializes properties. Required for telerik deserialization mechanism.
Declaration
public override void DeserializeProperties(string propertiesString)
Parameters
System.String
propertiesString
|
Overrides
SerializeProperties()
Serializes properties. Required for telerik serialization mechanism.
Declaration
public override string SerializeProperties()
Returns
System.String
|