C# Class PhotoSharingApp.Universal.Extensions.WriteableBitmapExtensions

Provides extension methods for the WriteableBitmap class.
Show file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
SaveToStorageFile ( this writeableBitmap, IStorageFile storageFile ) : System.Threading.Tasks.Task

Saves the given WriteableBitmap to a specified storage file.

Method Details

SaveToStorageFile() public static method

Saves the given WriteableBitmap to a specified storage file.
public static SaveToStorageFile ( this writeableBitmap, IStorageFile storageFile ) : System.Threading.Tasks.Task
writeableBitmap this The writeable bitmap.
storageFile IStorageFile The storage file.
return System.Threading.Tasks.Task