HeifIntegerEncoderParameterMinimum Property |
Gets the minimum value.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic int Minimum { get; }Public ReadOnly Property Minimum As Integer
Get
public:
property int Minimum {
int get ();
}member Minimum : int with get
Property Value
Int32
The minimum value.
Remarks
See Also