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