Gets the upper-left corner of the application or document window, relative to the parent window including the frame.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetFramePosition( _
long* X As System.Integer, _
long* Y As System.Integer _
) |
C# | |
---|
void GetFramePosition(
out System.int X,
out System.int Y
) |
JavaScript | |
---|
GetFramePosition(
) : {
X : Number,
Y : Number
}
|
COM native C++ | |
---|
HRESULT GetFramePosition(
LONG* X,
LONG* Y
) |
Parameters
- X[out]
- x coordinate of the upper-left corner of the window, relative to the parent window including the frame
- Y[out] or Return Value
- y coordinate of the upper-left corner of the window, relative to the parent window including the frame
Example
See Also
Availability
DraftSight V1R2.0