VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowImageQualityProperties Class / GetSupportedSharpnessValues(Int32,Int32,Int32,Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetSupportedSharpnessValues(Int32,Int32,Int32,Int32) Method (DirectShowImageQualityProperties)
    In This Topic
    Returns the values supported for the sharpness.
    Syntax
    'Declaration
    
    Public Sub GetSupportedSharpnessValues( _
    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 GetSupportedSharpnessValues(
    out System.Int32 minValue,
    out System.Int32 maxValue,
    out System.Int32 stepSize,
    out System.Int32 defaultValue
    )
    public: void GetSupportedSharpnessValues(
    [PARAMFLAG::Out] System.Int32 minValue,
    [PARAMFLAG::Out] System.Int32 maxValue,
    [PARAMFLAG::Out] System.Int32 stepSize,
    [PARAMFLAG::Out] System.Int32 defaultValue
    )
    public:
    void GetSupportedSharpnessValues(
    [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