SoWinSetWidgetSize Method |
Convenience routine to set the size of the given window.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetWidgetSize(
Control w,
SbVec2s size
)
Public Shared Sub SetWidgetSize (
w As Control,
size As SbVec2s
)
public:
static void SetWidgetSize(
Control^ w,
SbVec2s size
)
static member SetWidgetSize :
w : Control *
size : SbVec2s -> unit
Parameters
- w
- Type: System.Windows.FormsControl
- size
- Type: OIV.InventorSbVec2s
Remarks See Also