Click or drag to resize

HeifContextGetImageHandle Method

Gets the image handle for the specified image id.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifImageHandle GetImageHandle(
	HeifItemId imageId
)

Parameters

imageId  HeifItemId
The image id.

Return Value

HeifImageHandle
The image handle for the specified image id.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
InvalidOperationExceptionA reader must be set before calling this method.
ObjectDisposedExceptionThe object has been disposed.
See Also