RenderAreaGLContext Property |
Gets the OpenGL context of the renderArea.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.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 OIV.Inventor.Devices.SoGLContext
Remarks
See Also