HeifDepthRepresentationInfoZFar Property |
Gets the Z far.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic double? ZFar { get; }Public ReadOnly Property ZFar As Double?
Get
public:
property Nullable<double> ZFar {
Nullable<double> get ();
}member ZFar : Nullable<float> with get
Property Value
NullableDouble
The Z far.
See Also