C# Class ARCed.Controls.AnimationSourceXnaPanel

Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство Type Description
AnimationSourceXnaPanel_MouseDown void
InitializeComponent void
RefreshTexture void

Méthodes publiques

Méthode Description
AnimationSourceXnaPanel ( ) : System.ComponentModel

Default constructor

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
AnimationSourceXnaPanel_MouseDown ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

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

RefreshTexture ( ) : void

Method Details

AnimationSourceXnaPanel() public méthode

Default constructor
public AnimationSourceXnaPanel ( ) : System.ComponentModel
Résultat System.ComponentModel

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

Initialize() protected méthode

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