Features.ImageInfo.writeImage C# (CSharp) Méthode

writeImage() public static méthode

writes a jpg formated image from imInfo.getIm() into imInf.getPath() ****** IF EXISTS, WILL OVERWRITE THE imInf.getPath() image *******
public static writeImage ( ImageInfo imInf ) : void
imInf ImageInfo the wanted image to save im imInf.getPath()
Résultat void
        public static void writeImage(ImageInfo imInf)
        {
            writeImage(imInf.getPath(), imInf.getIm());
        }

Same methods

ImageInfo::writeImage ( ImageInfo imInf, string path ) : void
ImageInfo::writeImage ( string path, System.Drawing.Bitmap im ) : void