Sets the size of the application or document window, relative to the parent window excluding the frame.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetGeometrySize( _
LONG Height As System.Integer, _
LONG 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