GetWindowRect Method

IntelliCAD 11.1 Object Library
GetWindowRect Method
See Also 
Left
The left position of the window.
Top
The top position of the window.
Width
The width of the window.
Height
The left position of the window.
Window Object : GetWindowRect Method

Description

Gets the size and position of the client area of the window.

Syntax

Visual Basic
Public Sub GetWindowRect( _
   ByRef Left As Long, _
   ByRef Top As Long, _
   ByRef Width As Long, _
   ByRef Height As Long _
) 

Parameters

Left
The left position of the window.
Top
The top position of the window.
Width
The width of the window.
Height
The left position of the window.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.