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

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

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

Метод Описание
WaitForLoadedAsync ( this bitmapImage, int timeoutInMs ) : Task

Waits for the BitmapImage to load.

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

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

Waits for the BitmapImage to load.
public static WaitForLoadedAsync ( this bitmapImage, int timeoutInMs ) : Task
bitmapImage this The bitmap image.
timeoutInMs int The timeout in ms.
Результат Task