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

Shrink() public method

Initializes a new instance of the Shrink class.
public Shrink ( ) : System
return System
        public Shrink( )
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb]    = PixelFormat.Format24bppRgb;
        }

Same methods

Shrink::Shrink ( Color colorToRemove ) : System