IMcViewGetClientWindowSize Method
|
|
A method used to retrieve both the ClientWindowHeight and
ClientWindowWidth properties.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxSub GetClientWindowSize (
<OutAttribute> ByRef plWidth As Integer,
<OutAttribute> ByRef plHeight As Integer
)
Parameters
- plWidth
- Type: SystemInt32
- plHeight
- Type: SystemInt32
RemarksThis is the size, in screen coordinates, of the viewer's display
client window, including scrollbars, if visible.
See Also