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
)
Public Sub New (
rect As Rectangle
)
Parameters
- rect
- Type: System.DrawingRectangle
The rectangular area of the image to process.
Exceptions Exception | Condition |
---|
| Thrown if the current license is not DotImage Photo Pro or Document Imaging. |
See Also