SetFrameSize Method (IDSWindow) Send Feedback
See Also 
Height
Height of the window, in pixels, relative to the parent window including the frame
Width
Width of the window, in pixels, relative to the parent window including the frame
Sets the size of the application or document window, relative to the parent window including the frame.

Syntax

Visual Basic 
Sub SetFrameSize( _
   ByVal Height As System.Integer, _
   ByVal Width As System.Integer _
) 
C# 
void SetFrameSize( 
   System.int Height,
   System.int Width
)
JavaScript 
SetFrameSize( 
   Height : Number,
   Width : Number
)
COM native C++ 
HRESULT SetFrameSize( 
   LONG Height,
   LONG Width
) 
C++ 
DSRESULT SetFrameSize( 
   long Height,
   long Width
) 

Parameters

Height
Height of the window, in pixels, relative to the parent window including the frame
Width
Width of the window, in pixels, relative to the parent window including the frame
 

See Also

Availability

DraftSight V1R2.0