C# Class PhotoSharingApp.Universal.Extensions.WriteableBitmapExtensions

Provides extension methods for the WriteableBitmap class.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
SaveToStorageFile ( this writeableBitmap, IStorageFile storageFile ) : System.Threading.Tasks.Task

Saves the given WriteableBitmap to a specified storage file.

Method Details

SaveToStorageFile() public static méthode

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.
Résultat System.Threading.Tasks.Task