C# Class Axiom.RenderSystems.OpenGL.OpenTKWindow

Summary description for OpenTKWindow.
Inheritance: Axiom.Graphics.RenderWindow
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
CopyContentsToMemory ( PixelBox dst, FrameBuffer buffer ) : void
Create ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : void

Creates & displays the new window.

OpenTKWindow ( ) : System
Reposition ( int left, int right ) : void
Resize ( int width, int height ) : void
SwapBuffers ( bool waitForVSync ) : void

Update the render window.

WindowMovedOrResized ( ) : void
this ( string attribute ) : object

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

CopyContentsToMemory() public méthode

public CopyContentsToMemory ( PixelBox dst, FrameBuffer buffer ) : void
dst Axiom.Media.PixelBox
buffer FrameBuffer
Résultat void

Create() public méthode

Creates & displays the new window.
public Create ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : void
name string
width int The width of the window in pixels.
height int The height of the window in pixels.
fullScreen bool If true, the window fills the screen, with no title bar or border.
miscParams NamedParameterList A variable number of platform-specific arguments. /// The actual requirements must be defined by the implementing subclasses.
Résultat void

OpenTKWindow() public méthode

public OpenTKWindow ( ) : System
Résultat System

Reposition() public méthode

public Reposition ( int left, int right ) : void
left int
right int
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

SwapBuffers() public méthode

Update the render window.
public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
Résultat void

WindowMovedOrResized() public méthode

public WindowMovedOrResized ( ) : void
Résultat void

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

this() public méthode

public this ( string attribute ) : object
attribute string
Résultat object