RegionPolylinePoints Property

Gets a list of the polyline points.

Definition

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

Property Value

IReadOnlyListPolygonPoint
The list of polyline points.

See Also