C# Class entity.Renderers.ModelViewer

The model viewer.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
firsttimeload bool

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

OnPaint ( PaintEventArgs e ) : void

The on paint.

OnResize ( EventArgs e ) : void

The on resize.

Private Methods

Méthode Description
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.

Method Details

InitializeGraphics() public méthode

The initialize graphics.
public InitializeGraphics ( ) : bool
Résultat bool

Main() public méthode

The main entry point for the application.
public Main ( ) : void
Résultat void

ModelViewer() public méthode

Initializes a new instance of the ModelViewer class.
public ModelViewer ( ParsedModel temppm ) : System
temppm HaloMap.RawData.ParsedModel The temppm.
Résultat System

OnKeyPress() protected méthode

The on key press.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs The e.
Résultat void

OnPaint() protected méthode

The on paint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The e.
Résultat void

OnResize() protected méthode

The on resize.
protected OnResize ( EventArgs e ) : void
e System.EventArgs The e.
Résultat void

Property Details

firsttimeload public_oe property

The firsttimeload.
public bool firsttimeload
Résultat bool