Click or drag to resize

HeifImageHandleGetDepthRepresentationInfo Method

Gets the depth representation information.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifDepthRepresentationInfo GetDepthRepresentationInfo(
	HeifItemId id
)

Parameters

id  HeifItemId
The depth image id.

Return Value

HeifDepthRepresentationInfo
The depth representation information.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also