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