Polygon.translate

Polygon.translate

Class Overview | Class Members | This Package | All Packages

Syntax
public void translate( int deltaX, int deltaY )
Parameters
deltaX
the amount to translate along the x axis
deltaY
the amount to translate along the y axis
Description
Translates the vertices by deltaX along the x axis and by deltaY along the y axis.