Click or drag to resize

HeifImageHandleGetAuxiliaryImage Method

Gets the auxiliary image handle.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifImageHandle GetAuxiliaryImage(
	HeifItemId id
)

Parameters

id  HeifItemId
The auxiliary image id.

Return Value

HeifImageHandle
The auxiliary image handle.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also