Click or drag to resize
SoOffscreenRendererSetRegion_i32 Method

Sets a subregion of the viewport to be rendered.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetRegion_i32(
	SbVec2i32 origin,
	SbVec2i32 size
)

Parameters

origin
Type: OIV.InventorSbVec2i32
size
Type: OIV.InventorSbVec2i32
Remarks

Units are pixels. The origin is relative to the lower left corner. Only this region will be rendered, returned by getBuffer, or written to a file.

See Also