C# Class BitMiracle.LibJpeg.Classic.jpeg_progress_mgr

Show file Open project: prepare/HTML-Renderer

Public Methods

Method 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 method

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
return void