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

ProgressEventArgs Constructor

Creates and initializes new ProgressEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	cur As Integer, _
	max As Integer _
)
C#
public ProgressEventArgs(
	int cur,
	int max
)

Parameters

cur

Type: System.Int32

Value specifying current position of the progress.
max

Type: System.Int32

Value specifying maximum position of the progress.

See Also

Reference