C# Class BitMiracle.LibJpeg.Classic.jpeg_progress_mgr

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
Updated ( ) : void

Indicates that progress was changed.

Call this method if you change some progress parameters manually. This method ensures happening of the OnProgress event.

Method Details

Updated() public méthode

Indicates that progress was changed.
Call this method if you change some progress parameters manually. This method ensures happening of the OnProgress event.
public Updated ( ) : void
Résultat void