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

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

Initializes a new instance of the SimplePosterization class.
public SimplePosterization ( PosterizationFillingType fillingType ) : System
fillingType PosterizationFillingType Specifies filling type of posterization areas.
Результат System
        public SimplePosterization( PosterizationFillingType fillingType ) : this ( )
        {
            this.fillingType = fillingType;
        }

Same methods

SimplePosterization::SimplePosterization ( ) : System