C# Class NewTOAPIA.GL.GLView

Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Protected Properties

Property Type Description
fDCHandle System.IntPtr

Public Methods

Method 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 method

public CloseContext ( IntPtr windowHandle ) : void
windowHandle System.IntPtr
return void

CreateContext() public method

public CreateContext ( IntPtr windowHandle, int colorBits, int depthBits, int stencilBits ) : bool
windowHandle System.IntPtr
colorBits int
depthBits int
stencilBits int
return bool

GLView() public method

public GLView ( string title ) : System
title string
return System

GLView() public method

public GLView ( string title, bool doubleBuffer ) : System
title string
doubleBuffer bool
return System

SwapBuffers() public method

public SwapBuffers ( ) : void
return void

Property Details

fDCHandle protected_oe property

protected IntPtr,System fDCHandle
return System.IntPtr