Printer.translate
void translate(int x, int y)Translates the drawing origin.
Multiple translations can be stacked. Use untranslate() to remove the last translation.
Parameters
x | X translation |
y | Y translation |
void translate(int x, int y)Translates the drawing origin.
Multiple translations can be stacked. Use untranslate() to remove the last translation.
x | X translation |
y | Y translation |