C# Class FluxJpeg.Core.Decoder.JpegDecodeProgressChangedArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
DecodeProgress double
Height int
ReadPosition long
SizeReady bool
Width int

Property Details

DecodeProgress public_oe property

public double DecodeProgress
Résultat double

Height public_oe property

public int Height
Résultat int

ReadPosition public_oe property

public long ReadPosition
Résultat long

SizeReady public_oe property

public bool SizeReady
Résultat bool

Width public_oe property

public int Width
Résultat int