Description
A method used to retrieve both the ClientWindowHeight and ClientWindowWidth properties.
-
Return Type
-
None
-
Syntax
-
object.GetClientWindowSize plWidth, plHeight
The GetClientWindowSize Method syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | plWidth | Required. A Long value. | | plHeight | Required. A Long value. | Remarks
This is the size, in screen coordinates, of the viewer's display client window, including scrollbars, if visible.
|