[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BradleyThresholdingEffect.Get

Get Method

Get(int, int)

Returns an instance of the BradleyThresholdingEffect class.

Declaration
public static BradleyThresholdingEffect Get(int sDivider = 8, int t = 15)
Public Shared Function [Get](Optional sDivider As Integer = 8, Optional t As Integer = 15) As BradleyThresholdingEffect
Parameters
Type Name Description
int sDivider

A divider of the image width to calculate the value of s.

int t

The value of t parameter.

Returns
Type Description
BradleyThresholdingEffect