XY value based on the coordinates
Returns an XY
value based on the specified X and Y coordinates.
Sample usage
XY(50, 50)
returns the XY
value that is positioned at the center of an image.
Syntax
XY(x, y)
x
- Numeric value (between 0 and 100) specifying the X-axis coordinate.y
- Numeric value (between 0 and 100) specifying the Y-axis coordinate.