C# Класс VLC_WINRT.Utility.Helpers.AwaitableUI.WriteableBitmapExtensions

Показать файл Открыть проект

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

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

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

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

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

Waits for the given WriteableBitmap to be loaded (non-zero size).
public static WaitForLoaded ( 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