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

Inheritance: Axiom.Graphics.RenderWindow
Mostra file Open project: WolfgangSt/axiom

Public Methods

Method 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

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Method Details

CopyContentsToMemory() public method

public CopyContentsToMemory ( PixelBox pb, RenderTarget buffer ) : void
pb Axiom.Media.PixelBox
buffer Axiom.Graphics.RenderTarget
return void

Create() public method

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

IPhoneWindow() public method

public IPhoneWindow ( ) : System
return System

Reposition() public method

public Reposition ( int left, int right ) : void
left int
right int
return void

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void

dispose() protected method

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
return void

this() public method

public this ( string attribute ) : object
attribute string
return object