Click or drag to resize

Histogram Constructor (AtalaImage, Rectangle, ProgressEventHandler)

Creates an instance of Histogram specifying the image to examine, a selection of the image to work with and the progress event handler.

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 Histogram(
	AtalaImage image,
	Rectangle area,
	ProgressEventHandler progress
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to examine.
area
Type: System.DrawingRectangle
A rectangular area of the image to work with.
progress
Type: Atalasoft.ImagingProgressEventHandler
The progress callback.
See Also