FabGL
ESP32 Display Controller and Graphics Library
|
void setOrigin | ( | int | X, |
int | Y | ||
) |
Sets the axes origin.
Setting axes origin will translate every coordinate by the specified value (except for sprites).
X | Horizontal translation (0 = no translation). |
Y | Vertical translation (0 = no translation). |
Definition at line 52 of file canvas.cpp.