ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearGrayScaleInterpolationOptions Class / Threshold Field




In This Topic
    Threshold Field (ImGearGrayScaleInterpolationOptions)
    In This Topic
    ScaleToGray threshold in percents.
    Syntax
    'Declaration
     
    Public Threshold As Integer
    'Usage
     
    Dim instance As ImGearGrayScaleInterpolationOptions
    Dim value As Integer
     
    value = instance.Threshold
     
    instance.Threshold = value
    public int Threshold
    public: int Threshold
    public:
    int Threshold

    Field Value

    Integer in the range 0-100.
    See Also