Class PolygonShape
Represents a polygon shape.
Inherited Members
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public class PolygonShape : PolygonShapeBase, IEnumerable<IShapeSegment>, IEnumerable, ICloneable
Constructors
PolygonShape()
Initializes a new instance of the
Polygon
Declaration
public PolygonShape()
PolygonShape(Int32)
Initializes a new instance of the
Polygon
Declaration
public PolygonShape(int vertexCount)
Parameters
System. The number of vertices of the shape. |
PolygonShape(Int32, Double, Int32)
Initializes a new instance of the
Polygon
Declaration
public PolygonShape(int vertexCount, double angle, int rounding)
Parameters
System. The number of vertices 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. |
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. |
Overrides
ToString()
Returns a human-readable representation ot this
Polygon
Declaration
public override string ToString()
Returns
System. A human-readable representation ot this
Polygon |