Method | Description | |
---|---|---|
CopyContentsToMemory ( |
||
Create ( string name, int width, int height, bool fullScreen, Axiom miscParams ) : void |
Initializes a RenderWindow Instance
|
|
Reposition ( int left, int right ) : void | ||
Resize ( int width, int height ) : void |
|
|
SwapBuffers ( bool waitForVSync ) : void |
|
|
Update ( bool swapBuffers ) : void | ||
XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver ) : System |
|
|
XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver, Microsoft.Xna.Framework.Graphics deviceIfSwapChain ) : System |
|
|
this ( string attribute ) : object |
|
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
Method | Description | |
---|---|---|
CreateXnaResources ( ) : void | ||
OnResetDevice ( object sender, |
||
_fireDeviceCreated ( ) : void | ||
_fireDeviceDisposing ( ) : void | ||
_fireDeviceReset ( ) : void | ||
_fireDeviceResetting ( ) : void |
public CopyContentsToMemory ( |
||
dst | ||
buffer | FrameBuffer | |
return | void |
public Create ( string name, int width, int height, bool fullScreen, Axiom miscParams ) : void | ||
name | string | |
width | int | |
height | int | |
fullScreen | bool | |
miscParams | Axiom | |
return | void |
public Reposition ( int left, int right ) : void | ||
left | int | |
right | int | |
return | void |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public SwapBuffers ( bool waitForVSync ) : void | ||
waitForVSync | bool | |
return | void |
public XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver ) : System | ||
driver | Axiom.RenderSystems.Xna.Driver | The root driver |
return | System |
public XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver, Microsoft.Xna.Framework.Graphics deviceIfSwapChain ) : System | ||
driver | Axiom.RenderSystems.Xna.Driver | The root driver |
deviceIfSwapChain | Microsoft.Xna.Framework.Graphics | |
return | System |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |