C# Class Eryan.Util.DrawableScreen

Inheritance: System.Utils
Afficher le fichier Open project: emist/Eryan Class Usage Examples

Méthodes publiques

Méthode Description
DrawableScreen ( ClientWindow cw, WindowHandler wh ) : System

Méthodes protégées

Méthode Description
OnKeyPress ( KeyPressEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
dllMoveMouse ( IntPtr handle, int x, int y ) : void

Method Details

DrawableScreen() public méthode

public DrawableScreen ( ClientWindow cw, WindowHandler wh ) : System
cw Eryan.UI.ClientWindow
wh Eryan.UI.WindowHandler
Résultat System

OnKeyPress() protected méthode

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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