SetImagePosition
- Parameters
-
whichImage image
x real
y real
z real
- comment
-
Sets the X/Y position of the provided image. This is the bottom left corner of the image, unless you used values form originX/Y/Z in the constructor other than 0, in which case the bottom left corner is moved further into negative X/Y/Z direction.
- patch
-
1.18a
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native SetImagePosition takes image whichImage, real x, real y, real z returns nothing