HeifImageHandleGetDepthRepresentationInfo Method |
Gets the depth representation information.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifDepthRepresentationInfo GetDepthRepresentationInfo(
HeifItemId id
)
Public Function GetDepthRepresentationInfo (
id As HeifItemId
) As HeifDepthRepresentationInfo
public:
HeifDepthRepresentationInfo^ GetDepthRepresentationInfo(
HeifItemId id
)
member GetDepthRepresentationInfo :
id : HeifItemId -> HeifDepthRepresentationInfo Parameters
- id HeifItemId
- The depth image id.
Return Value
HeifDepthRepresentationInfoThe depth representation information.
Exceptions
See Also