Sets the size of the application or document window, relative to the parent window excluding the frame.
Syntax
| Visual Basic | |
|---|
Sub SetGeometrySize( _
ByVal Height As System.Integer, _
ByVal Width As System.Integer _
) |
| C# | |
|---|
void SetGeometrySize(
System.int Height,
System.int Width
) |
| JavaScript | |
|---|
SetGeometrySize(
Height : Number,
Width : Number
) |
Parameters
- Height
- Height of the window, in pixels, relative to the parent window excluding the frame
- Width
- Width of the window, in pixels, relative to the parent window excluding the frame
See Also