Click or drag to resize

HistogramArea Property

Gets or sets a rectangular area of the image the histogram methods will 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 Rectangle Area { get; set; }

Property Value

Type: Rectangle
A Rectangle specifying the area of the image to work with.
See Also