// This is an internal member and should not be used. // Returns a bitmap which is the reformatted (to newFormat) of the image. public Image Reformat(System.Drawing.Imaging.PixelFormat newFormat) { return(new Bitmap(dgImage.Reformat((DotGNU.Images.PixelFormat)newFormat))); }