C# Class OpenGLViewSample.GLView
显示文件
Open project: kangaroo/monomac
Class Usage Examples
Public Methods
Method |
Description |
|
DrawRect ( RectangleF dirtyRect ) : void |
|
|
GLView ( RectangleF rect, NSOpenGLPixelFormat format ) : System |
|
|
Private Methods
Method Details
public DrawRect ( RectangleF dirtyRect ) : void |
dirtyRect |
System.Drawing.RectangleF |
|
return |
void |
|
public GLView ( RectangleF rect, NSOpenGLPixelFormat format ) : System |
rect |
System.Drawing.RectangleF |
|
format |
MonoMac.AppKit.NSOpenGLPixelFormat |
|
return |
System |
|