Click or drag to resize

ProgressEventArgs Constructor (Int32, Int32)

Creates a new instance of ProgressEventArgs specifying the current and total progress values.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ProgressEventArgs(
	int current,
	int total
)

Parameters

current
Type: SystemInt32
The current progress value.
total
Type: SystemInt32
The total progress value at 100% completion.
See Also