Gets the size of the application or document window, relative to the parent window excluding the frame.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetGeometrySize( _
long* Height As System.Integer, _
long* Width As System.Integer _
) |
C# | |
---|
void GetGeometrySize(
out System.int Height,
out System.int Width
) |
JavaScript | |
---|
GetGeometrySize(
) : {
Height : Number,
Width : Number
}
|
Parameters
- Height[out]
- Height of the window, in pixels, relative to the parent window excluding the frame
- Width[out] or Return Value
- Width of the window, in pixels, relative to the parent window excluding the frame
Example
See Also
Availability
DraftSight V1R2.0