HeifRegionItemAddInlineMask(HeifImage) Method

Adds an inline mask to the region geometry.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void AddInlineMask(
	HeifImage image
)

Parameters

image  HeifImage
The mask data.

Exceptions

ArgumentNullExceptionimage is .
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
OutOfMemoryException Insufficient memory to create the inline mask data array.

See Also