Click or drag to resize

Histogram Constructor (AtalaImage, Rectangle)

Creates a new instance of Histogram specifying the image to examine and a specific rectangular area of the image to work with.

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
)

Parameters

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