Sets the coordinates of the point by specifying the x, y coordinates.
"point2D_var" is a variable referencing a Point2D object.
|
"point2D_var" is a variable referencing a Point2D object.
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
x | double | The x coordinate of the point. |
y | double | The y coordinate of the point. |