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