C# 클래스 FluxJpeg.Core.Decoder.JpegDecodeProgressChangedArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DecodeProgress double
Height int
ReadPosition long
SizeReady bool
Width int

프로퍼티 상세

DecodeProgress 공개적으로 프로퍼티

public double DecodeProgress
리턴 double

Height 공개적으로 프로퍼티

public int Height
리턴 int

ReadPosition 공개적으로 프로퍼티

public long ReadPosition
리턴 long

SizeReady 공개적으로 프로퍼티

public bool SizeReady
리턴 bool

Width 공개적으로 프로퍼티

public int Width
리턴 int