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

CustomFormatReader.ResetEvents Method

Initializes a 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 ResetEvents ( _
	count As Integer _
)
C#
protected internal void ResetEvents(
	int count
)

Parameters

count

Type: System.Int32

Number of steps that should be performed before the operation will be completed.

See Also

Reference