C# Class ParticleEditor.SfmlControl

Inheritance: System.Windows.Forms.Control
Mostra file Open project: fallahn/xygine

Public Methods

Method Description
Draw ( ) : void
HandleEvents ( ) : void
SfmlControl ( ) : System
pixelToCoords ( Point p ) : Vector2f

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 PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void

SfmlControl() public method

public SfmlControl ( ) : System
return System

pixelToCoords() public method

public pixelToCoords ( Point p ) : Vector2f
p Point
return Vector2f