ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearROIRectangle Class |
The following tables list the members exposed by ImGearROIRectangle.
Name | Description | |
---|---|---|
![]() | ImGearROIRectangle Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | height | Height of rectangle in pixels.
|
![]() | left | X offset of region in the image.
Specifies left side of rectangle in case of ImGearROIRectangle, and reference point in case of ImGearROIMask. (Inherited from com.accusoft.imagegear.core.ImGearROI) |
![]() | 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. (Inherited from com.accusoft.imagegear.core.ImGearROI) |
![]() | width | Width of rectangle in pixels.
|
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. (Inherited from com.accusoft.imagegear.core.ImGearROI) |
![]() | pointInRegion | Checks whether or not the specified point is in the ROI. |