Interface IShapeSegment
Represents a shape segment.
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public interface IShapeSegment
Properties
Points
Gets the points of this segment.
Declaration
PointF[] Points { get; }
Property Value
System. A point array representing the points of the segment. |