JPlanner Programmer's Guide
Graphics.translateTransform Method
See Also
 






Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this graphics.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

void translateTransform (
    double x,
    double y
)

 Parameters

x

The x-coordinate of the translation.

y

The y-coordinate of the translation.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace