Description:

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.

Syntax:
public virtual void PostConstruct()
virtual
Returns:
Type: void
Available since:
6.0

PostConstruct method

Class:  Rhino.Render.RealtimeDisplayMode

Nothing found