C# Class CSPspEmu.Gui.Winforms.Winforms.GLControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Protected Properties

Свойство Type Description
Context IGLContext

Méthodes publiques

Méthode Description
GLControl ( ) : System
GrabScreenshot ( ) : Bitmap
ReDraw ( ) : void

Méthodes protégées

Méthode Description
OnDrawFrame ( ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode Description
GLControl_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Method Details

GLControl() public méthode

public GLControl ( ) : System
Résultat System

GrabScreenshot() public méthode

public GrabScreenshot ( ) : Bitmap
Résultat System.Drawing.Bitmap

OnDrawFrame() protected méthode

protected OnDrawFrame ( ) : void
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected final méthode

protected final OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ReDraw() public méthode

public ReDraw ( ) : void
Résultat void

Property Details

Context protected_oe property

protected IGLContext Context
Résultat IGLContext