Property | Type | Description | |
---|---|---|---|
designMode | bool | ||
renderContext |
Property | Type | Description | |
---|---|---|---|
DestroyRenderContext | void | ||
DoOpenGLDraw | void | ||
ISupportInitialize | void | ||
redrawTimer_Tick | void |
Method | Description | |
---|---|---|
GLSceneCanvas ( ) : System |
Creats render context and supports OpenGL rendering.
|
|
Repaint ( ) : void |
repaint this canvas' content.
|
Method | Description | |
---|---|---|
CreateRenderContext ( ) : void |
|
|
DesignModeRender ( ) : void |
|
|
OnHandleDestroyed ( |
|
|
OnPaint ( PaintEventArgs e ) : void |
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
|
|
OnSizeChanged ( |
|
Method | Description | |
---|---|---|
DestroyRenderContext ( ) : void | ||
DoOpenGLDraw ( PaintEventArgs e ) : void |
Call this function in derived classes to do the OpenGL Draw event.
|
|
ISupportInitialize ( ) : void | ||
redrawTimer_Tick ( object sender, |
protected OnHandleDestroyed ( |
||
e | ||
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |