AForge.Imaging.Filters.Pixellate.Pixellate C# (CSharp) Method

Pixellate() public method

Initializes a new instance of the Pixellate class.
public Pixellate ( ) : System
return System
        public Pixellate( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
        }

Same methods

Pixellate::Pixellate ( int pixelSize ) : System
Pixellate::Pixellate ( int pixelWidth, int pixelHeight ) : System