TransformedRegionPolylinePoints Property

Gets a list of the polyline points.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public IReadOnlyList<TransformedPolygonPoint> Points { get; }

Property Value

IReadOnlyListTransformedPolygonPoint
The list of polyline points.

See Also