Click or drag to resize

RegionOfInterest Constructor (Rectangle)

Initializes a new instance of %RegionOfInterest% specifying a simple rectangle to use as the region.

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(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle

The rectangular area of the image to process.

Exceptions
ExceptionCondition
Thrown if the current license is not DotImage Photo Pro or Document Imaging.
See Also