C# Class NewTOAPIA.GL.GLView

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Protected Properties

Свойство Type Description
fDCHandle System.IntPtr

Méthodes publiques

Méthode Description
CloseContext ( IntPtr windowHandle ) : void
CreateContext ( IntPtr windowHandle, int colorBits, int depthBits, int stencilBits ) : bool
GLView ( string title ) : System
GLView ( string title, bool doubleBuffer ) : System
SwapBuffers ( ) : void

Method Details

CloseContext() public méthode

public CloseContext ( IntPtr windowHandle ) : void
windowHandle System.IntPtr
Résultat void

CreateContext() public méthode

public CreateContext ( IntPtr windowHandle, int colorBits, int depthBits, int stencilBits ) : bool
windowHandle System.IntPtr
colorBits int
depthBits int
stencilBits int
Résultat bool

GLView() public méthode

public GLView ( string title ) : System
title string
Résultat System

GLView() public méthode

public GLView ( string title, bool doubleBuffer ) : System
title string
doubleBuffer bool
Résultat System

SwapBuffers() public méthode

public SwapBuffers ( ) : void
Résultat void

Property Details

fDCHandle protected_oe property

protected IntPtr,System fDCHandle
Résultat System.IntPtr