InterfaceIShapeSegment
Interface
Represents a shape segment.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IShapeSegment
Derived Classes:
Properties
Points
Gets the points of this segment.
Declaration
cs-api-definition
PointF[] Points { get; }
Property Value
PointF[]
A point array representing the points of the segment.