See Also Examples Applies To
Returns the coordinates in pixel of the displayed area of the native image.
Syntax
object.GetDisplayedArea (*nLeft, *nTop, *nWidth, *nHeight)
The GetDisplayedArea syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| *nLeft | Required. Output Long. Returns Left pixel position of the area. |
| *nTop | Required. Output Long. Returns Top pixel position of the area. |
| *nWidth | Required. Output Long. Returns Width of the area in pixel. |
| *nHeight | Required. Output Long. Returns Height of the area in pixel. |