C# 클래스 CSPspEmu.Gui.Winforms.Winforms.GLControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Context IGLContext

공개 메소드들

메소드 설명
GLControl ( ) : System
GrabScreenshot ( ) : Bitmap
ReDraw ( ) : void

보호된 메소드들

메소드 설명
OnDrawFrame ( ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
GLControl_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

메소드 상세

GLControl() 공개 메소드

public GLControl ( ) : System
리턴 System

GrabScreenshot() 공개 메소드

public GrabScreenshot ( ) : Bitmap
리턴 System.Drawing.Bitmap

OnDrawFrame() 보호된 메소드

protected OnDrawFrame ( ) : void
리턴 void

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnHandleDestroyed() 보호된 메소드

protected OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 최종 메소드

protected final OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ReDraw() 공개 메소드

public ReDraw ( ) : void
리턴 void

프로퍼티 상세

Context 보호되어 있는 프로퍼티

protected IGLContext Context
리턴 IGLContext