Skip to content

Instantly share code, notes, and snippets.

@anuith
Created December 20, 2012 10:33
Show Gist options
  • Save anuith/4344514 to your computer and use it in GitHub Desktop.
Save anuith/4344514 to your computer and use it in GitHub Desktop.
var reference = Windows.Storage.Streams.RandomAccessStreamReference.createFromFile(dataToShare.photoFile);
dataRequest.properties.thumbnail = reference;
dataRequest.setBitmap(reference);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment