Click or drag to resize

ImageRegionCommandRegionOfInterest Property

Gets or sets a RegionOfInterest which will only process the indicated region of the image.

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 RegionOfInterest RegionOfInterest { get; set; }

Property Value

Type: RegionOfInterest
A RegionOfInterest which will only process the indicated region of the image.

Property Value

Type: RegionOfInterest
A RegionOfInterest specifying the area of the image to process.
See Also