C# Class Viewer.MainForm

Afficher le fichier Open project: dsrbecky/ColladaDOM

Méthodes publiques

Méthode Description
Show ( string filename ) : void

Private Methods

Méthode Description
Display ( ) : void
Idle ( ) : void
Init ( ) : void
Keyboard ( byte key, int x, int y ) : void
Main ( string args ) : void
Motion ( int x, int y ) : void
Mouse ( int button, int state, int x, int y ) : void
MouseWheel ( int wheel, int direction, int x, int y ) : void
Reshape ( int w, int h ) : void

Method Details

Show() public méthode

public Show ( string filename ) : void
filename string
Résultat void