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

파일 보기 프로젝트 열기: kusl/vlcwinrt

공개 메소드들

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