C# 클래스 CocoaSharp.Samples.SimpleOpenGLView

상속: Cocoa.OpenGLView
파일 보기 프로젝트 열기: mono/cocoa-sharp

공개 프로퍼티들

프로퍼티 타입 설명
random System.Random

공개 메소드들

메소드 설명
SimpleOpenGLView ( IntPtr raw ) : System

비공개 메소드들

메소드 설명
Draw ( Rect aRect ) : void
SetColor ( ) : Color
SimpleOpenGLView ( Rect aRect ) : System
ViewTick ( Cocoa sender ) : void
glBegin ( int mode ) : void
glClear ( int mask ) : void
glClearColor ( float r, float g, float b, float a ) : void
glColor3f ( float r, float g, float b ) : void
glEnd ( ) : void
glFlush ( ) : void
glLoadIdentity ( ) : void
glMatrixMode ( int type ) : void
glRotatef ( float angle, float x, float y, float z ) : void
glScalef ( float x, float y, float z ) : void
glVertex2f ( float x, float y ) : void
glVertex3f ( float x, float y, float z ) : void
glViewport ( int x, int y, int width, int height ) : void
gluLookAt ( double eyeX, double eyeY, double eyeZ, double centerX, double centerY, double centerZ, double upX, double upY, double upZ ) : void
gluPerspective ( double a, double b, double c, double d ) : void

메소드 상세

SimpleOpenGLView() 공개 메소드

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

프로퍼티 상세

random 공개적으로 프로퍼티

public Random,System random
리턴 System.Random