Class StarShape
Represents a star shape.
Inherited Members
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public class StarShape : PolygonShapeBase, IEnumerable<IShapeSegment>, IEnumerable, ICloneable
Constructors
StarShape()
Initializes a new instance of the
Star
Declaration
public StarShape()
StarShape(Int32)
Initializes a new instance of the
Star
Declaration
public StarShape(int vertexCount)
Parameters
System. The number of vertices of the shape. |
StarShape(Int32, Int32, Double, Int32)
Initializes a new instance of the
Star
Declaration
public StarShape(int vertexCount, int concavity, double angle, int rounding)
Parameters
System. The number of vertices of the shape. |
System. The concavity in percent of the shape. |
System. A double value specifying the angle of rotation of the shape in degrees. |
System. An int value between 0 and 100 specifying the rounding of the edges in percent. |
Properties
Concavity
Gets or sets a percent value specifying the concavity of the shape.
Declaration
public int Concavity { get; set; }
Property Value
System. An int value between 0 and 100 specifying the concavity of the shape in percentage. |
Methods
Clone()
GetPoints(RectangleF)
Gets the points of this shape.
Declaration
protected override PointF[] GetPoints(RectangleF bounds)
Parameters
System. The bound of the shape. |
Returns
System. A point array representing the points of this shape. |