C# Класс CSharpGL.GLSceneCanvas

Наследование: System.Windows.Forms.UserControl, ISupportInitialize, ICanvas
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
designMode bool
renderContext RenderContext

Private Properties

Свойство Тип Описание
DestroyRenderContext void
DoOpenGLDraw void
ISupportInitialize void
redrawTimer_Tick void

Открытые методы

Метод Описание
GLSceneCanvas ( ) : System

Creats render context and supports OpenGL rendering.

Repaint ( ) : void

repaint this canvas' content.

Защищенные методы

Метод Описание
CreateRenderContext ( ) : void

DesignModeRender ( ) : void

OnHandleDestroyed ( EventArgs e ) : void

OnPaint ( PaintEventArgs e ) : void

OnPaintBackground ( PaintEventArgs e ) : void

OnSizeChanged ( EventArgs e ) : void

Приватные методы

Метод Описание
DestroyRenderContext ( ) : void
DoOpenGLDraw ( PaintEventArgs e ) : void

Call this function in derived classes to do the OpenGL Draw event.

ISupportInitialize ( ) : void
redrawTimer_Tick ( object sender, EventArgs e ) : void

Описание методов

CreateRenderContext() защищенный Метод

protected CreateRenderContext ( ) : void
Результат void

DesignModeRender() защищенный Метод

protected DesignModeRender ( ) : void
Результат void

GLSceneCanvas() публичный Метод

Creats render context and supports OpenGL rendering.
public GLSceneCanvas ( ) : System
Результат System

OnHandleDestroyed() защищенный Метод

protected OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

Repaint() публичный Метод

repaint this canvas' content.
public Repaint ( ) : void
Результат void

Описание свойств

designMode защищенное свойство

indicates whether the control is in design mode.
protected bool designMode
Результат bool

renderContext защищенное свойство

protected RenderContext,CSharpGL renderContext
Результат RenderContext