C# Class XamlBrewer.Uwp.Controls.WriteableBitmapExtensions

显示文件 Open project: XamlBrewer/UWP-ImageCropper-

Public Methods

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

Private Methods

Method Description
GetEncoderId ( string fileName ) : System.Guid

Method Details

LoadAsync() public static method

public static LoadAsync ( this writeableBitmap, StorageFile storageFile ) : Task
writeableBitmap this
storageFile Windows.Storage.StorageFile
return Task

SaveAsync() public static method

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