C# Class ColorMat, NewTOAPIA

Inheritance: NewTOAPIA.GL.GLModel
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
OnMouseActivity ( object sender, NewTOAPIA mea ) : void
OnSetViewport ( int w, int h ) : void

Protected Methods

Method Description
DrawBegin ( ) : void
DrawContent ( ) : void
DrawEnd ( ) : void
OnSetContext ( ) : void

Method Details

DrawBegin() protected method

protected DrawBegin ( ) : void
return void

DrawContent() protected method

protected DrawContent ( ) : void
return void

DrawEnd() protected method

protected DrawEnd ( ) : void
return void

OnMouseActivity() public method

public OnMouseActivity ( object sender, NewTOAPIA mea ) : void
sender object
mea NewTOAPIA
return void

OnSetContext() protected method

protected OnSetContext ( ) : void
return void

OnSetViewport() public method

public OnSetViewport ( int w, int h ) : void
w int
h int
return void