Click or drag to resize
SoRenderAreaCoreSetSize Method

Defines the size to use for rendering.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void SetSize(
	SbVec2i32 size
)

Parameters

size
Type: OIV.InventorSbVec2i32

Implements

SiRenderAreaSetSize(SbVec2i32)
Remarks

Typically this method must be called when the render area has been resized or moved.

See Also