C# 클래스 VLC_WINRT.Utility.Helpers.AwaitableUI.BitmapImageExtensions

Extension methods for awaiting BitmapImage state changes.
파일 보기 프로젝트 열기: kusl/vlcwinrt

공개 메소드들

메소드 설명
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