Class CustomShape
Represents custom shape of an element.
Inherited Members
Namespace: Telerik.WinControls.OldShapeEditor
Assembly: Telerik.WinControls.dll
Syntax
public class CustomShape : ElementShape
Constructors
CustomShape()
Initializes a new instance of the CustomShape class.
Declaration
public CustomShape()
Properties
Dimension
Gets or sets a Rectangle indicating the dimension of the shape.
Declaration
public Rectangle Dimension { get; set; }
Property Value
System.Drawing.Rectangle
|
Points
Gets a List of Shape points.
Declaration
public List<ShapePoint> Points { get; }
Property Value
System.Collections.Generic.List<ShapePoint>
|
Methods
CreatePath(Rectangle)
Creates a path using a ractangle for bounds.
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
|