Class GalleryUtility
public static class GalleryUtility
- Inheritance
-
GalleryUtility
- Inherited Members
Fields
SnapshotFolderPath
public static readonly string SnapshotFolderPath
Field Value
Methods
SavePngToGallery(byte[])
Save png to native gallery.
public static void SavePngToGallery(byte[] byteArray)
Parameters
byteArraybyte[]
SavePngToGallery(string, byte[])
Save png to native gallery.
public static void SavePngToGallery(string fileName, byte[] byteArray)