SoSceneManagerSetWindowSize Method (SbVec2s, Single) |
Sets the size of the window in which the scene manager should render.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetWindowSize(
SbVec2s newSize,
float newScale
)
Public Sub SetWindowSize (
newSize As SbVec2s,
newScale As Single
)
public:
void SetWindowSize(
SbVec2s newSize,
float newScale
)
member SetWindowSize :
newSize : SbVec2s *
newScale : float32 -> unit
Parameters
- newSize
- Type: OIV.InventorSbVec2s
- newScale
- Type: SystemSingle
Remarks
See Also