SoWinComponentSetSize Method |
Convenience routine on the window handle.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetSize(
SbVec2s size
)
Public Sub SetSize (
size As SbVec2s
)
public:
void SetSize(
SbVec2s size
)
member SetSize :
size : SbVec2s -> unit
Parameters
- size
- Type: OIV.InventorSbVec2s
Remarks See Also