
The ImgGetXY function returns the X, Y coordinates of an existing PowerDoc image.
| Parameter | Description |
|---|---|
|
img |
Image's index in the Power Engine document. |
|
x |
A pointer to an integer variable that will hold the current X coordinate of the specified PowerDoc image (or more precisely its origin point) on the page, in document units. |
|
y |
A pointer to an integer variable that will hold the current Y coordinate of the specified PowerDoc image (or more precisely its origin point) on the page, in document units. |
