This documentation is for the old version. Go to the latest Graphics Mill docs

CustomFormatReader.UpdateEvents Method

Updates the progress state while loading a bitmap or a thumbnail.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Protected Friend Sub UpdateEvents
C#
protected internal void UpdateEvents()

Remarks

This method should be called after completing a successive step of the operation, for example, after reading a pixel row.

It has the same effect as calling the UpdateEvents(Int32) method with the valueToUpdateProgress equal to 1.

See Also

Reference