C# 클래스 ImageLib.IO.DefaultDecoder

상속: IImageDecoder
파일 보기 프로젝트 열기: chenrensong/ImageLib.UWP

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPriority ( byte header ) : int
InitializeAsync ( CoreDispatcher dispatcher, Image image, Uri uriSource, IRandomAccessStream streamSource, CancellationTokenSource cancellationTokenSource ) : Task
RecreateSurfaces ( ) : ImageSource
Start ( ) : void
Stop ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPriority() 공개 메소드

public GetPriority ( byte header ) : int
header byte
리턴 int

InitializeAsync() 공개 메소드

public InitializeAsync ( CoreDispatcher dispatcher, Image image, Uri uriSource, IRandomAccessStream streamSource, CancellationTokenSource cancellationTokenSource ) : Task
dispatcher Windows.UI.Core.CoreDispatcher
image Image
uriSource System.Uri
streamSource IRandomAccessStream
cancellationTokenSource System.Threading.CancellationTokenSource
리턴 Task

RecreateSurfaces() 공개 메소드

public RecreateSurfaces ( ) : ImageSource
리턴 ImageSource

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void