RenderAreaGLContext Property |
Gets the OpenGL context of the renderArea.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoGLContext GLContext { get; }
Public ReadOnly Property GLContext As SoGLContext
Get
public:
property SoGLContext^ GLContext {
SoGLContext^ get ();
}
member GLContext : SoGLContext with get
Return Value
Type:
SoGLContexta pointer to the SoGLContext
Remarks
See Also