C# 클래스 GtkGL.GLArea

상속: Gtk.DrawingArea
파일 보기 프로젝트 열기: mono/gtkglarea-sharp 1 사용 예제들

공개 메소드들

메소드 설명
GLArea ( IntPtr raw ) : System
GLArea ( System attrList ) : System
GLArea ( System attrList, GLArea share ) : System
MakeCurrent ( ) : int
Size ( int width, int height ) : void
SwapBuffers ( ) : void
Swapbuffers ( ) : void

보호된 메소드들

메소드 설명
GLArea ( ) : System

비공개 메소드들

메소드 설명
GLArea ( GLib gtype ) : System
gtk_gl_area_get_type ( ) : IntPtr
gtk_gl_area_make_current ( IntPtr raw ) : int
gtk_gl_area_new ( int attrList ) : IntPtr
gtk_gl_area_share_new ( int attrList, IntPtr share ) : IntPtr
gtk_gl_area_size ( IntPtr raw, int width, int height ) : void
gtk_gl_area_swap_buffers ( IntPtr raw ) : void
gtk_gl_area_swapbuffers ( IntPtr raw ) : void

메소드 상세

GLArea() 보호된 메소드

protected GLArea ( ) : System
리턴 System

GLArea() 공개 메소드

public GLArea ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

GLArea() 공개 메소드

public GLArea ( System attrList ) : System
attrList System
리턴 System

GLArea() 공개 메소드

public GLArea ( System attrList, GLArea share ) : System
attrList System
share GLArea
리턴 System

MakeCurrent() 공개 메소드

public MakeCurrent ( ) : int
리턴 int

Size() 공개 메소드

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

SwapBuffers() 공개 메소드

public SwapBuffers ( ) : void
리턴 void

Swapbuffers() 공개 메소드

public Swapbuffers ( ) : void
리턴 void