SetFramePosition Method (IDSWindow) Send Feedback
See Also 
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
Sets the upper-left corner of the application or document window, relative to the parent window including the frame.

Syntax

Visual Basic 
Sub SetFramePosition( _
   ByVal X As System.Integer, _
   ByVal 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
) 
C++ 
DSRESULT 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