C# Класс entity.Renderers.ModelViewer

The model viewer.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
firsttimeload bool

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

Метод Описание
InitializeGraphics ( ) : bool

The initialize graphics.

Main ( ) : void

The main entry point for the application.

ModelViewer ( ParsedModel temppm ) : System

Initializes a new instance of the ModelViewer class.

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

Метод Описание
OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

OnPaint ( PaintEventArgs e ) : void

The on paint.

OnResize ( EventArgs e ) : void

The on resize.

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

Метод Описание
InitializeComponent ( ) : void

The initialize component.

ModelViewer_MouseDown ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse down.

ModelViewer_MouseDownx ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse downx.

ModelViewer_MouseUp ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse up.

Render ( ) : void

The render.

SetupMatrices ( ) : void

The setup matrices.

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

InitializeGraphics() публичный Метод

The initialize graphics.
public InitializeGraphics ( ) : bool
Результат bool

Main() публичный Метод

The main entry point for the application.
public Main ( ) : void
Результат void

ModelViewer() публичный Метод

Initializes a new instance of the ModelViewer class.
public ModelViewer ( ParsedModel temppm ) : System
temppm HaloMap.RawData.ParsedModel The temppm.
Результат System

OnKeyPress() защищенный Метод

The on key press.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs The e.
Результат void

OnPaint() защищенный Метод

The on paint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The e.
Результат void

OnResize() защищенный Метод

The on resize.
protected OnResize ( EventArgs e ) : void
e System.EventArgs The e.
Результат void

Описание свойств

firsttimeload публичное свойство

The firsttimeload.
public bool firsttimeload
Результат bool