C# Class OpenGLViewSample.GLView

Inheritance: NSOpenGLView
Mostrar archivo Open project: kangaroo/monomac Class Usage Examples

Public Methods

Method Description
DrawRect ( RectangleF dirtyRect ) : void
GLView ( RectangleF rect, NSOpenGLPixelFormat format ) : System

Private Methods

Method Description
DrawTriangle ( ) : void

Method Details

DrawRect() public method

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
return void

GLView() public method

public GLView ( RectangleF rect, NSOpenGLPixelFormat format ) : System
rect System.Drawing.RectangleF
format MonoMac.AppKit.NSOpenGLPixelFormat
return System