C# 클래스 GearModel, NewTOAPIA

상속: GLModel
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
GearModel ( ) : System
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int width, int height ) : void

보호된 메소드들

메소드 설명
DrawBegin ( ) : void
DrawContent ( ) : void
OnSetContext ( ) : void

메소드 상세

DrawBegin() 보호된 메소드

protected DrawBegin ( ) : void
리턴 void

DrawContent() 보호된 메소드

protected DrawContent ( ) : void
리턴 void

GearModel() 공개 메소드

public GearModel ( ) : System
리턴 System

OnKeyboardActivity() 공개 메소드

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

OnSetContext() 보호된 메소드

protected OnSetContext ( ) : void
리턴 void

OnSetViewport() 공개 메소드

public OnSetViewport ( int width, int height ) : void
width int
height int
리턴 void