ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicShadowParams Class / Threshold Field




In This Topic
    Threshold Field (ImGearMosaicShadowParams)
    In This Topic
    Minimum intensity of the pixel the shadow effect is applied to.
    Syntax
    'Declaration
     
    Public Threshold As Integer
    'Usage
     
    Dim instance As ImGearMosaicShadowParams
    Dim value As Integer
     
    value = instance.Threshold
     
    instance.Threshold = value
    public int Threshold
    public: int Threshold
    public:
    int Threshold

    Field Value

    Any integer value.
    Remarks
    This option lets you specify the minimum intensity of the pixel the shadow effect is applied to.
    See Also