HeifImageHandleHasDepthImage Property |
Gets a value indicating whether this instance has a depth image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic bool HasDepthImage { get; }Public ReadOnly Property HasDepthImage As Boolean
Get
public:
property bool HasDepthImage {
bool get ();
}member HasDepthImage : bool with get
Property Value
Boolean if this instance has a depth image; otherwise,
.
See Also