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

CustomFormatWriter.UpdateEvents Method (Int32)

Sets the progress state while writing a bitmap 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 writing a pixel row.

See Also

Reference