ImageGearJava Project > com.accusoft.imagegear.core.shapes Package : IImGearDoubleRectangle Interface |
The following tables list the members exposed by IImGearDoubleRectangle.
Name | Description | |
---|---|---|
copyFrom | This method copies rectangle from IImGearDoubleRectangle interface. | |
empty | Sets all numeric properties of the rectangle to their initial values. | |
getBottom | Gets the y-coordinate of the lower-right corner of the rectangle.
| |
getHeight | Gets the height of the rectangle.
| |
getLeft | Gets the x-coordinate of the upper-left corner of the rectangle.
| |
getRight | Gets the x-coordinate of the lower-right corner of the rectangle.
| |
getTop | Gets the y-coordinate of the upper-left corner of the rectangle.
| |
getWidth | Gets the width of the rectangle.
| |
intersect | Checks whether or not the rectangle is intersected with the specified rectangle. | |
isEmpty | Tests whether all numeric properties of the rectangle have their initial values. | |
isWellFormed | Checks if rectangle's width is greater than or equal to zero and if its height is greater than or equal to zero. | |
offset | Shifts the rectangle points by the specified shiftX and shiftY values. | |
setBottom | Sets the y-coordinate of the lower-right corner of the rectangle.
| |
setLeft | Sets the x-coordinate of the upper-left corner of the rectangle.
| |
setRight | Sets the x-coordinate of the lower-right corner of the rectangle.
| |
setTop | Sets the y-coordinate of the upper-left corner of the rectangle.
|