C# Class Eryan.Util.DrawableScreen

Inheritance: System.Utils
Mostrar archivo Open project: emist/Eryan Class Usage Examples

Public Methods

Method Description
DrawableScreen ( ClientWindow cw, WindowHandler wh ) : System

Protected Methods

Method Description
OnKeyPress ( KeyPressEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
dllMoveMouse ( IntPtr handle, int x, int y ) : void

Method Details

DrawableScreen() public method

public DrawableScreen ( ClientWindow cw, WindowHandler wh ) : System
cw Eryan.UI.ClientWindow
wh Eryan.UI.WindowHandler
return System

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void