SetWindowRect Method

IntelliCAD 11.1 Object Library
SetWindowRect 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 height of the window.
Window Object : SetWindowRect Method

Description

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

Syntax

Visual Basic
Public Sub SetWindowRect( _
   ByVal Left As Long, _
   ByVal Top As Long, _
   ByVal Width As Long, _
   ByVal 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 height of the window.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.