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

CustomFormatWriter.UpdateEvents Method

Updates the progress state while writing a bitmap.

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 writing a pixel row.

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

See Also

Reference