C# 클래스 XamlBrewer.Uwp.Controls.WriteableBitmapExtensions

파일 보기 프로젝트 열기: XamlBrewer/UWP-ImageCropper-

공개 메소드들

메소드 설명
LoadAsync ( this writeableBitmap, StorageFile storageFile ) : Task
SaveAsync ( this writeableBitmap, StorageFile outputFile ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
GetEncoderId ( string fileName ) : System.Guid

메소드 상세

LoadAsync() 공개 정적인 메소드

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

SaveAsync() 공개 정적인 메소드

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