SoWinGetWidgetSize Method |
Convenience routine to get 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 SbVec2s GetWidgetSize(
Control w
)
Public Shared Function GetWidgetSize (
w As Control
) As SbVec2s
public:
static SbVec2s GetWidgetSize(
Control^ w
)
static member GetWidgetSize :
w : Control -> SbVec2s
Parameters
- w
- Type: System.Windows.FormsControl
Return Value
Type:
SbVec2sRemarks See Also