VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowImageQualityProperties Class / GetSupportedContrastValues(Int32,Int32,Int32,Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetSupportedContrastValues(Int32,Int32,Int32,Int32) Method (DirectShowImageQualityProperties)
    In This Topic
    Returns the values supported for the contrast.
    Syntax
    'Declaration
    
    Public Sub GetSupportedContrastValues( _
    ByRef minValue
    Minimum value.
    As System.Int32, _
    ByRef maxValue
    Maximum value.
    As System.Int32, _
    ByRef stepSize
    Step size.
    As System.Int32, _
    ByRef defaultValue
    Default value.
    As System.Int32 _
    )
    public void GetSupportedContrastValues(
    out System.Int32 minValue,
    out System.Int32 maxValue,
    out System.Int32 stepSize,
    out System.Int32 defaultValue
    )
    public: void GetSupportedContrastValues(
    [PARAMFLAG::Out] System.Int32 minValue,
    [PARAMFLAG::Out] System.Int32 maxValue,
    [PARAMFLAG::Out] System.Int32 stepSize,
    [PARAMFLAG::Out] System.Int32 defaultValue
    )
    public:
    void GetSupportedContrastValues(
    [Out] System.Int32 minValue,
    [Out] System.Int32 maxValue,
    [Out] System.Int32 stepSize,
    [Out] System.Int32 defaultValue
    )

    Parameters

    minValue
    Minimum value.
    maxValue
    Maximum value.
    stepSize
    Step size.
    defaultValue
    Default value.
    Exceptions
    ExceptionDescription
    Thrown if error occurs.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also