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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic Rectangle Area { get; set; }Public Property Area As Rectangle
Get
Set
Property Value
Type:
Rectangle A Rectangle specifying the area of the image to work with.
See Also