C# Класс ARCed.Controls.AnimationXnaPanel

Показать файл Открыть проект

Открытые методы

Метод Описание
AnimationXnaPanel ( ) : System

Default constructor

DrawBackground ( ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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.

Описание методов

AnimationXnaPanel() публичный метод

Default constructor
public AnimationXnaPanel ( ) : System
Результат System

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Draw() защищенный метод

Performs painting of the control
protected Draw ( ) : void
Результат void

DrawBackground() публичный метод

public DrawBackground ( ) : void
Результат void

Initialize() защищенный метод

Creates the context and prepares for drawing
protected Initialize ( ) : void
Результат void