HeifRegionItemAddPoint Method

Adds a point to the region geometry.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void AddPoint(
	int x,
	int y
)

Parameters

x  Int32
The x coordinate.
y  Int32
The y coordinate.

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also