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

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

Initializes a new instance of the ThresholdWithCarry class.
public ThresholdWithCarry ( ) : System
Результат System
        public ThresholdWithCarry( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }

Same methods

ThresholdWithCarry::ThresholdWithCarry ( byte threshold ) : System