Click or drag to resize

HistogramProgress Property

Gets or sets the progress delegate.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ProgressEventHandler Progress { get; set; }

Property Value

Type: ProgressEventHandler
The progress delegate.
Remarks
Can be null (Nothing in Visual Basic).
See Also