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