C# Class ARCed.Controls.AnimationXnaPanel

Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
AnimationXnaPanel ( ) : System

Default constructor

DrawBackground ( ) : void

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

Default constructor
public AnimationXnaPanel ( ) : System
return System

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

DrawBackground() public method

public DrawBackground ( ) : void
return void

Initialize() protected method

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