C# Class Aapoly, NewTOAPIA

Inheritance: NewTOAPIA.GL.GLModel
显示文件 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Aapoly ( ) : System
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int w, int h ) : void

Protected Methods

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

Private Methods

Method Description
DrawCube ( ) : void

Method Details

Aapoly() public method

public Aapoly ( ) : System
return System

DrawBegin() protected method

protected DrawBegin ( ) : void
return void

DrawContent() protected method

protected DrawContent ( ) : void
return void

OnKeyboardActivity() public method

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
return IntPtr

OnSetContext() protected method

protected OnSetContext ( ) : void
return void

OnSetViewport() public method

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