C# 클래스 NewTOAPIA.GL.GLApplication

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

공개 메소드들

메소드 설명
GLApplication ( string title ) : System
GLApplication ( string title, Rectangle windowFrame ) : System
GLApplication ( string title, Rectangle windowFrame, bool doubleBuffer ) : System
Run ( GLModel aModel ) : int

비공개 메소드들

메소드 설명
RunLoop ( ) : int

메소드 상세

GLApplication() 공개 메소드

public GLApplication ( string title ) : System
title string
리턴 System

GLApplication() 공개 메소드

public GLApplication ( string title, Rectangle windowFrame ) : System
title string
windowFrame System.Drawing.Rectangle
리턴 System

GLApplication() 공개 메소드

public GLApplication ( string title, Rectangle windowFrame, bool doubleBuffer ) : System
title string
windowFrame System.Drawing.Rectangle
doubleBuffer bool
리턴 System

Run() 공개 메소드

public Run ( GLModel aModel ) : int
aModel GLModel
리턴 int