C# Класс WinRTXamlToolkit.AwaitableUI.WriteableBitmapExtensions

Extension methods for awaiting WriteableBitmap events.
Показать файл Открыть проект

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

Метод Описание
WaitForLoadedAsync ( this wb, int timeoutInMs ) : System.Threading.Tasks.Task

Waits for the given WriteableBitmap to be loaded (non-zero size).

Описание методов

WaitForLoadedAsync() публичный статический Метод

Waits for the given WriteableBitmap to be loaded (non-zero size).
public static WaitForLoadedAsync ( this wb, int timeoutInMs ) : System.Threading.Tasks.Task
wb this The WriteableBitmap to wait for.
timeoutInMs int The timeout in ms after which the wait will be cancelled. Use 0 to wait without a timeout.
Результат System.Threading.Tasks.Task