Exemple #1
0
 public static Bitmap Copy(this Image image)
 {
     return(ImageProcessor.DeepClone(image, PixelFormat.Format32bppArgb));
 }