Gets the size and position of the client area of the window.
Syntax
object.SetWindowRect(Left, Top, Width, Height)
Where:
object is an IntelliCAD Window object;
Left is a Long integer variable defining the left position of the window;
Top is a Long integer variable defining the top position of the window;
Width is a Long integer variable defining the width of the window;
Height is a Long integer variable defining the height of the window.