Class CrossShape
Represents an cross shape.
Inherited Members
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public class CrossShape : RoundedCornerShape, IEnumerable<IShapeSegment>, IEnumerable, ICloneable
Constructors
CrossShape()
Initializes a new instance of the
Cross
Declaration
public CrossShape()
CrossShape(Double, Int32)
Initializes a new instance of the
Cross
Declaration
public CrossShape(double angle, int rounding)
Parameters
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()
CreateRawShape()
Creates the raw shape.
Declaration
protected override void CreateRawShape()
Overrides
ToString()
Returns a human-readable representation ot this
Cross
Declaration
public override string ToString()
Returns
System. A human-readable representation ot this
Cross |