C# Class NewTOAPIA.GL.GLControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GLControl ( ) : System
GetGI ( ) : GraphicsInterface
GetHDC ( ) : IntPtr
GetHGLRC ( ) : IntPtr

Protected Methods

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

Private Methods

Method Description
InitializeComponent ( ) : void
InitializeStyles ( ) : void

Initializes the control's styles.

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GLControl() public method

public GLControl ( ) : System
return System

GetGI() public method

public GetGI ( ) : GraphicsInterface
return GraphicsInterface

GetHDC() public method

public GetHDC ( ) : IntPtr
return System.IntPtr

GetHGLRC() public method

public GetHGLRC ( ) : IntPtr
return System.IntPtr

InvokeOpenGLStarted() protected method

protected InvokeOpenGLStarted ( ) : void
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent System.Windows.Forms.PaintEventArgs
return void