C# Class MonoMac.OpenGL.CGLContext

Inheritance: INativeObject, IDisposable
Mostra file Open project: kangaroo/monomac Class Usage Examples

Public Methods

Method Description
CGLContext ( IntPtr handle ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CGLContext ( ) : System
CGLContext ( IntPtr handle, bool owns ) : System
CGLReleaseContext ( IntPtr handle ) : void
CGLRetainContext ( IntPtr handle ) : void

Method Details

CGLContext() public method

public CGLContext ( IntPtr handle ) : System
handle System.IntPtr
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void