Click or drag to resize
RenderAreaGLContext Property

Gets the OpenGL context of the renderArea.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoGLContext GLContext { get; }

Return Value

Type: SoGLContext

a pointer to the SoGLContext

Remarks

In the ServiceSettings.INDEPENDENT_SERVICE mode, this method returns NULL.

See Also