C# Class NewTOAPIA.GL.GLControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
GLControl ( ) : System
GetGI ( ) : GraphicsInterface
GetHDC ( ) : IntPtr
GetHGLRC ( ) : IntPtr

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
InvokeOpenGLStarted ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
InitializeStyles ( ) : void

Initializes the control's styles.

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GLControl() public méthode

public GLControl ( ) : System
Résultat System

GetGI() public méthode

public GetGI ( ) : GraphicsInterface
Résultat GraphicsInterface

GetHDC() public méthode

public GetHDC ( ) : IntPtr
Résultat System.IntPtr

GetHGLRC() public méthode

public GetHGLRC ( ) : IntPtr
Résultat System.IntPtr

InvokeOpenGLStarted() protected méthode

protected InvokeOpenGLStarted ( ) : void
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent System.Windows.Forms.PaintEventArgs
Résultat void