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

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

Private Properties

Свойство Тип Описание
AnimationSourceXnaPanel_MouseDown void
InitializeComponent void
RefreshTexture void

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

Метод Описание
AnimationSourceXnaPanel ( ) : System.ComponentModel

Default constructor

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

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

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

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

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

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

Default constructor
public AnimationSourceXnaPanel ( ) : System.ComponentModel
Результат System.ComponentModel

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

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

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