moveTo
moveTo(Point2D.Float point) function
Sets next point position.
Parameters
Name | Type | Description |
---|---|---|
point | Point2D.Float | Point position |
moveTo(float x, float y) function
Sets next point position.
Parameters
Name | Type | Description |
---|---|---|
x | float | X coordinate of the point |
y | float | Y Coordinate of the point |