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