C# Class MonoMac.OpenGL.CGLContext

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/monomac Class Usage Examples

Méthodes publiques

Méthode Description
CGLContext ( IntPtr handle ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CGLContext ( ) : System
CGLContext ( IntPtr handle, bool owns ) : System
CGLReleaseContext ( IntPtr handle ) : void
CGLRetainContext ( IntPtr handle ) : void

Method Details

CGLContext() public méthode

public CGLContext ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void