RealtimeDisplayMode.PostConstruct Method

RealtimeDisplayModePostConstruct Method

Override PostConstruct if you need to initialize where the underlying RealtimeDisplayMode is available. The connection is made right after RealtimeDisplayMode has been instantiated, but just before PostConstruct is called. For instance finding out OpenGL information can be done in PostConstruct.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual void PostConstruct()
Public Overridable Sub PostConstruct
Version Information

Rhino for Windows

Supported in: 6.14
See Also