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

CustomFormatReader.UpdateEvents Method (Int32)

Updates the progress state while loading a bitmap or a thumbnail by the specified value.

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

Syntax

Visual Basic
Protected Friend Sub UpdateEvents ( _
	valueToUpdateProgress As Integer _
)
C#
protected internal void UpdateEvents(
	int valueToUpdateProgress
)

Parameters

valueToUpdateProgress

Type: System.Int32

Progress state value (to update the progress by).

Remarks

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

See Also

Reference