C# Class SnapNGLView.GLViewerModel

Inheritance: NewTOAPIA.GL.GLModel
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

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

Protected Methods

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

Method Details

DrawBegin() protected method

protected DrawBegin ( ) : void
return void

DrawContent() protected method

protected DrawContent ( ) : void
return void

GLViewerModel() public method

public GLViewerModel ( ) : System
return System

OnKeyboardActivity() public method

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : void
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
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