Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BradleyThresholdingEffect Class / Get Method
A divider of the image width to calculate the value of s.
The value of t parameter.

In This Topic
    Get Method (BradleyThresholdingEffect)
    In This Topic
    Returns an instance of the BradleyThresholdingEffect class.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       Optional ByVal sDivider As System.Integer, _
       Optional ByVal t As System.Integer _
    ) As BradleyThresholdingEffect
    public static BradleyThresholdingEffect Get( 
       System.int sDivider,
       System.int t
    )

    Parameters

    sDivider
    A divider of the image width to calculate the value of s.
    t
    The value of t parameter.
    See Also