HeifRegionItemAddPolyline Method

Adds a polyline to the region geometry.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void AddPolyline(
	IReadOnlyList<PolygonPoint> points
)

Parameters

points  IReadOnlyListPolygonPoint
The points used in the polyline.

Exceptions

ArgumentNullExceptionpoints is .
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also