C# Class ParticleEditor.SfmlControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: fallahn/xygine

Méthodes publiques

Méthode Description
Draw ( ) : void
HandleEvents ( ) : void
SfmlControl ( ) : System
pixelToCoords ( Point p ) : Vector2f

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

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

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

HandleEvents() public méthode

public HandleEvents ( ) : void
Résultat void

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

SfmlControl() public méthode

public SfmlControl ( ) : System
Résultat System

pixelToCoords() public méthode

public pixelToCoords ( Point p ) : Vector2f
p Point
Résultat Vector2f