C# 클래스 NewTOAPIA.GL.GLControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GLControl ( ) : System
GetGI ( ) : GraphicsInterface
GetHDC ( ) : IntPtr
GetHGLRC ( ) : IntPtr

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
InvokeOpenGLStarted ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
InitializeStyles ( ) : void

Initializes the control's styles.

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GLControl() 공개 메소드

public GLControl ( ) : System
리턴 System

GetGI() 공개 메소드

public GetGI ( ) : GraphicsInterface
리턴 GraphicsInterface

GetHDC() 공개 메소드

public GetHDC ( ) : IntPtr
리턴 System.IntPtr

GetHGLRC() 공개 메소드

public GetHGLRC ( ) : IntPtr
리턴 System.IntPtr

InvokeOpenGLStarted() 보호된 메소드

protected InvokeOpenGLStarted ( ) : void
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent System.Windows.Forms.PaintEventArgs
리턴 void