C# 클래스 PhotoSharingApp.Universal.Extensions.WriteableBitmapExtensions

Provides extension methods for the WriteableBitmap class.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
SaveToStorageFile ( this writeableBitmap, IStorageFile storageFile ) : System.Threading.Tasks.Task

Saves the given WriteableBitmap to a specified storage file.

메소드 상세

SaveToStorageFile() 공개 정적인 메소드

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.
리턴 System.Threading.Tasks.Task