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

ResizeBicubic() public method

Initializes a new instance of the ResizeBicubic class.
public ResizeBicubic ( int newWidth, int newHeight ) : System
newWidth int Width of new image.
newHeight int Height of new image.
return System
		public ResizeBicubic( int newWidth, int newHeight ) :
            base( newWidth, newHeight )
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb]    = PixelFormat.Format24bppRgb;
        }