RegionReferencedMaskGetMaskImage Method

Gets the region mask as a HeifImage.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifImage GetMaskImage()

Return Value

HeifImage
The region mask image.

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe parent HeifContext has been disposed.

See Also