C# Class ARCed.Controls.AnimationSourceXnaPanel

Show file Open project: borisblizzard/arcreator

Private Properties

Property Type Description
AnimationSourceXnaPanel_MouseDown void
InitializeComponent void
RefreshTexture void

Public Methods

Method Description
AnimationSourceXnaPanel ( ) : System.ComponentModel

Default constructor

Protected Methods

Method 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

Method 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 method

Default constructor
public AnimationSourceXnaPanel ( ) : System.ComponentModel
return System.ComponentModel

Dispose() protected method

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

Draw() protected method

Performs painting of the control
protected Draw ( ) : void
return void

Initialize() protected method

Creates the context and prepares for drawing
protected Initialize ( ) : void
return void