ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearROI Class |
The following tables list the members exposed by ImGearROI.
Name | Description | |
---|---|---|
![]() | ImGearROI Constructor |
Name | Description | |
---|---|---|
![]() | left | X offset of region in the image.
Specifies left side of rectangle in case of ImGearROIRectangle, and reference point in case of ImGearROIMask. |
![]() | top | Y offset of region in the image.
Specifies top side of rectangle in case of ImGearROIRectangle, and the reference point in case of ImGearROIMask. |
Name | Description | |
---|---|---|
![]() | clone | Creates a new object that is a copy of the current instance. |
![]() | getBoundRectangle | Gets the bounding rectangle.
|
![]() ![]() | intersect | Creates a new ImGearROIRectangle instance that is calculated as an intersection of specified ROI and image rectangles. |
![]() | pointInRegion | Checks whether or not the specified point is in the ROI. |