C# Class SpriteEditor.SfmlControl

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: fallahn/xygine

Public Methods

Method Description
Draw ( ) : void
HandleEvents ( ) : void
SfmlControl ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Method Description
SfmlControl_Resize ( object sender, EventArgs e ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

HandleEvents() public method

public HandleEvents ( ) : void
return void

OnPaint() protected method

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

OnPaintBackground() protected method

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

SfmlControl() public method

public SfmlControl ( ) : System
return System