C# Class FluxJpeg.Core.Decoder.JpegDecodeProgressChangedArgs

Inheritance: System.EventArgs
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
DecodeProgress double
Height int
ReadPosition long
SizeReady bool
Width int

Property Details

DecodeProgress public_oe property

public double DecodeProgress
return double

Height public_oe property

public int Height
return int

ReadPosition public_oe property

public long ReadPosition
return long

SizeReady public_oe property

public bool SizeReady
return bool

Width public_oe property

public int Width
return int