Skip to content

Instantly share code, notes, and snippets.

@rasmuschristensen
Created May 26, 2016 06:42
Show Gist options
  • Save rasmuschristensen/be05606ea50720fe0435042e40882a11 to your computer and use it in GitHub Desktop.
Save rasmuschristensen/be05606ea50720fe0435042e40882a11 to your computer and use it in GitHub Desktop.
cropTextImage.SaveToPhotosAlbum((imageSave, error) =>
{
//you can retrieve the saved UI Image as well if needed using
if (error != null)
{
Debug.WriteLine(error.ToString());
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment