C# Class ColorMat, NewTOAPIA

Inheritance: NewTOAPIA.GL.GLModel
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
OnMouseActivity ( object sender, NewTOAPIA mea ) : void
OnSetViewport ( int w, int h ) : void

Méthodes protégées

Méthode Description
DrawBegin ( ) : void
DrawContent ( ) : void
DrawEnd ( ) : void
OnSetContext ( ) : void

Method Details

DrawBegin() protected méthode

protected DrawBegin ( ) : void
Résultat void

DrawContent() protected méthode

protected DrawContent ( ) : void
Résultat void

DrawEnd() protected méthode

protected DrawEnd ( ) : void
Résultat void

OnMouseActivity() public méthode

public OnMouseActivity ( object sender, NewTOAPIA mea ) : void
sender object
mea NewTOAPIA
Résultat void

OnSetContext() protected méthode

protected OnSetContext ( ) : void
Résultat void

OnSetViewport() public méthode

public OnSetViewport ( int w, int h ) : void
w int
h int
Résultat void