PathSegmentGetFlattenedPoints Method
Gets the flattened points that define this
PathSegment as a polyline.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public ReadOnlyCollection<PointF> GetFlattenedPoints()
Public Function GetFlattenedPoints As ReadOnlyCollection(Of PointF)
public:
ReadOnlyCollection<PointF>^ GetFlattenedPoints()
member GetFlattenedPoints : unit -> ReadOnlyCollection<PointF>
Return Value
ReadOnlyCollectionPointFThe list of
PointF structures that define the flattened points of this segment.