ProgressReporter Class

Indicates a progress of a pipeline.

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

Syntax

C#
public sealed class ProgressReporter : PipelineElement

Remarks

In order to handle the pipeline progress, add ProgressReporter at the beginning of Pipeline and implement the Progress event handler.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.PipelineElement
L Aurigma.GraphicsMill.ProgressReporter

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference