Click or drag to resize
SoOffscreenRenderAreaRender Method

Applies an OIV.Inventor.Actions.SoGLRenderAction to the scene graph managed here.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public virtual SiRenderAreaRenderStatus Render()

Return Value

Type: SiRenderAreaRenderStatus

Implements

SiRenderAreaRender
Remarks

See RenderStatus documentation for details on the returned value. The rendering may have been aborted, so check this function result before calling swap buffer for example

See Also