C# Class XamlBrewer.Uwp.Controls.WriteableBitmapExtensions

Afficher le fichier Open project: XamlBrewer/UWP-ImageCropper-

Méthodes publiques

Méthode Description
LoadAsync ( this writeableBitmap, StorageFile storageFile ) : Task
SaveAsync ( this writeableBitmap, StorageFile outputFile ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetEncoderId ( string fileName ) : System.Guid

Method Details

LoadAsync() public static méthode

public static LoadAsync ( this writeableBitmap, StorageFile storageFile ) : Task
writeableBitmap this
storageFile Windows.Storage.StorageFile
Résultat Task

SaveAsync() public static méthode

public static SaveAsync ( this writeableBitmap, StorageFile outputFile ) : System.Threading.Tasks.Task
writeableBitmap this
outputFile Windows.Storage.StorageFile
Résultat System.Threading.Tasks.Task