ImageGearJava Project > com.accusoft.imagegear.core.shapes Package : IImGearRectangle Interface |
The following tables list the members exposed by IImGearRectangle.
Name | Description | |
---|---|---|
contains | Checks if the specified point's coordinates are inside of the rectangle. | |
copyFrom | Copies the specified ImGearRectangle object into this instance of the ImGearRectangle class. | |
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 | Replaces this rectangle with the intersection of itself and another rectangle. | |
isEmpty | Tests whether all numeric properties of the rectangle have their initial values. | |
isWellFormed | Tests whether the rectangle is valid. | |
join | Changes the rectangle's points to contain the specified point. | |
offset | Shifts the rectangle points by the specified xShift and yShift 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.
|