SoOffscreenRenderArea Constructor (SoGLContext) |
Builds a new offscreen render area by sharing the given SoGlContext.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoOffscreenRenderArea(
SoGLContext glContex
)
Public Sub New (
glContex As SoGLContext
)
public:
SoOffscreenRenderArea(
SoGLContext^ glContex
)
new :
glContex : SoGLContext -> SoOffscreenRenderArea
Parameters
- glContex
- Type: OIV.Inventor.DevicesSoGLContext
Remarks See Also