C# Класс PhotoSharingApp.Universal.Extensions.WriteableBitmapExtensions

Provides extension methods for the WriteableBitmap class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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