AForge.Imaging.Filters.ThresholdWithCarry.ThresholdWithCarry C# (CSharp) Метод

ThresholdWithCarry() публичный Метод

Initializes a new instance of the ThresholdWithCarry class.
public ThresholdWithCarry ( byte threshold ) : System
threshold byte Threshold value.
Результат System
        public ThresholdWithCarry( byte threshold )
            : this( )
        {
            this.threshold = threshold;
        }

Same methods

ThresholdWithCarry::ThresholdWithCarry ( ) : System