C# Class PSSGManager.ModelView

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: miek/dirt3-modding

Méthodes publiques

Свойство Type Description
renderDataSources RenderDataSource>.Dictionary

Protected Properties

Свойство Type Description
device Device
initialised bool

Méthodes publiques

Méthode Description
InitialiseGraphics ( ) : void
OnDeviceReset ( object sender, EventArgs e ) : void
RenderModel ( Model model ) : void
Rotate ( double diff ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
Render ( ) : void

Method Details

InitialiseGraphics() public méthode

public InitialiseGraphics ( ) : void
Résultat void

OnDeviceReset() public méthode

public OnDeviceReset ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

RenderModel() public méthode

public RenderModel ( Model model ) : void
model Model
Résultat void

Rotate() public méthode

public Rotate ( double diff ) : void
diff double
Résultat void

Property Details

device protected_oe property

protected Device device
Résultat Device

initialised protected_oe property

protected bool initialised
Résultat bool

renderDataSources public_oe property

public Dictionary renderDataSources
Résultat RenderDataSource>.Dictionary