C# 클래스 NewTOAPIA.UI.GL.GLView

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

보호된 프로퍼티들

프로퍼티 타입 설명
fDCHandle System.IntPtr

공개 메소드들

메소드 설명
CloseContext ( IntPtr windowHandle ) : void
CreateContext ( IntPtr windowHandle, int colorBits, int depthBits, int stencilBits ) : bool
GLView ( string title ) : System
GLView ( string title, bool doubleBuffer ) : System
SwapBuffers ( ) : void

메소드 상세

CloseContext() 공개 메소드

public CloseContext ( IntPtr windowHandle ) : void
windowHandle System.IntPtr
리턴 void

CreateContext() 공개 메소드

public CreateContext ( IntPtr windowHandle, int colorBits, int depthBits, int stencilBits ) : bool
windowHandle System.IntPtr
colorBits int
depthBits int
stencilBits int
리턴 bool

GLView() 공개 메소드

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

GLView() 공개 메소드

public GLView ( string title, bool doubleBuffer ) : System
title string
doubleBuffer bool
리턴 System

SwapBuffers() 공개 메소드

public SwapBuffers ( ) : void
리턴 void

프로퍼티 상세

fDCHandle 보호되어 있는 프로퍼티

protected IntPtr,System fDCHandle
리턴 System.IntPtr