LineSegmentPoints Property

Gets a read-only collection of the points that define this LineSegment.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public ReadOnlyCollection<PointF> Points { get; }

Property Value

ReadOnlyCollectionPointF

See Also