Exemplo n.º 1
0
 private void ExportImageFile(string path, SystemBitmap image)
 {
     using (new PerformanceSection("ExportImageFile"))
     {
         image.Save(path);
     }
 }
Exemplo n.º 2
0
 public static void WriteFileImage(string path, SystemBitmap image)
 {
     image.Save(path);
 }