PathSegmentGetFlattenedPoints Method

Gets the flattened points that define this PathSegment as a polyline.

Definition

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

Return Value

ReadOnlyCollectionPointF
The list of PointF structures that define the flattened points of this segment.

See Also