C# Class Axiom.RenderSystems.OpenGLES.IPhone.IPhoneWindow

Inheritance: Axiom.Graphics.RenderWindow
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
CopyContentsToMemory ( PixelBox pb, RenderTarget buffer ) : void

Create ( string name, int width, int height, bool fullScreen, Collections miscParams ) : void

IPhoneWindow ( ) : System

Reposition ( int left, int right ) : void
Resize ( int width, int height ) : 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 pb, RenderTarget buffer ) : void
pb Axiom.Media.PixelBox
buffer Axiom.Graphics.RenderTarget
Résultat void

Create() public méthode

public Create ( string name, int width, int height, bool fullScreen, Collections miscParams ) : void
name string
width int
height int
fullScreen bool
miscParams Collections
Résultat void

IPhoneWindow() public méthode

public IPhoneWindow ( ) : 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

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