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