Ejemplo n.º 1
0
 private void ExportImageFile(string path, UniversalBitmap image)
 {
     image.Save(path);
 }