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