HeifRegionItemAddPolygon Method

Adds a polygon to the region geometry.

Definition

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

Parameters

points  IReadOnlyListPolygonPoint
The points used in the polygon.

Exceptions

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

See Also