C# Class ARCed.Controls.AnimationXnaPanel

Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
AnimationXnaPanel ( ) : System

Default constructor

DrawBackground ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Draw ( ) : void

Performs painting of the control

Initialize ( ) : void

Creates the context and prepares for drawing

Private Methods

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

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AnimationXnaPanel() public méthode

Default constructor
public AnimationXnaPanel ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Draw() protected méthode

Performs painting of the control
protected Draw ( ) : void
Résultat void

DrawBackground() public méthode

public DrawBackground ( ) : void
Résultat void

Initialize() protected méthode

Creates the context and prepares for drawing
protected Initialize ( ) : void
Résultat void