BezierSegmentPoints Property
Gets a read-only collection of the points that define this
BezierSegment.
It always contains 1 + 3n points, where n is the number of cubic Bézier curves in this segment (n can be zero).
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public ReadOnlyCollection<PointF> Points { get; }
Public ReadOnly Property Points As ReadOnlyCollection(Of PointF)
Get
public:
property ReadOnlyCollection<PointF>^ Points {
ReadOnlyCollection<PointF>^ get ();
}
member Points : ReadOnlyCollection<PointF> with get
Property Value
ReadOnlyCollectionPointF