ImageGearJava Project > com.accusoft.imagegear.core.shapes Package : IImGearPoint Interface |
The following tables list the members exposed by IImGearPoint.
Name | Description | |
---|---|---|
getX | Gets the x-coordinate of the point.
| |
getY | Gets the y-coordinate of the point.
| |
offset | Shifts the points coordinates by the specified coordinateX and coordinateY values. | |
setX | Sets the x-coordinate of the point.
| |
setY | Sets the y-coordinate of the point.
|