HeifImageHandleGetDepthImage Method

Gets the depth images.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifImageHandle GetDepthImage(
	HeifItemId id
)

Parameters

id  HeifItemId
The depth image id.

Return Value

HeifImageHandle
The depth image handle.

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also