See Also Examples Applies To
Makes a translation of a point coordinates from the object space to the image space.
Syntax
object.CoordObjectToImage (nObjectX, nObjectY, *nImageX, *nImageY)
The CoordObjectToImage syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nObjectX | Required. Long. The Left coordinate in pixel of the point into the control. |
| nObjectY | Required. Long. The Top coordinate in pixel of the point into the control. |
| *nImageX | Required. Output Long. Returns The Left coordinate in pixel of the point into the displayed image. |
| *nImageY | Required. Output Long. Returns The Top coordinate in pixel of the point into the displayed image. |