TransformedRegionPolygonPoints Property
Gets a list of the polygon points.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public IReadOnlyList<TransformedPolygonPoint> Points { get; }
Public ReadOnly Property Points As IReadOnlyList(Of TransformedPolygonPoint)
Get
public:
property IReadOnlyList<TransformedPolygonPoint>^ Points {
IReadOnlyList<TransformedPolygonPoint>^ get ();
}
member Points : IReadOnlyList<TransformedPolygonPoint> with get
Property Value
IReadOnlyListTransformedPolygonPoint
The list of polygon points.