AForge.Imaging.Filters.Shrink.Shrink C# (CSharp) Méthode

Shrink() public méthode

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

Same methods

Shrink::Shrink ( Color colorToRemove ) : System