Click or drag to resize

HeifImageHandleGetDepthImage Method

Gets the depth images.

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

Parameters

id  HeifItemId
The depth image id.

Return Value

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