Property | Type | Description | |
---|---|---|---|
vSync | bool |
Property | Type | Description | |
---|---|---|---|
AdjustWindow | void | ||
AdjustWindowRect | void | ||
Create | void | ||
GetForm | |||
GetWindowStyle | WindowStyles | ||
testLostDevice | bool | ||
this | object |
Method | Description | |
---|---|---|
BuildPresentParameters ( PresentParameters presentParams ) : void | ||
CopyContentsToMemory ( |
||
D3DRenderWindow ( Axiom.RenderSystems.DirectX9.Driver driver ) : System |
|
|
D3DRenderWindow ( Axiom.RenderSystems.DirectX9.Driver driver, SlimDX.Direct3D9 deviceIfSwapChain ) : System |
|
|
DisposeD3DResources ( ) : void | ||
Reposition ( int left, int right ) : void | ||
Resize ( int width, int height ) : void |
|
|
SwapBuffers ( bool waitForVSync ) : void |
|
|
Update ( bool swapBuffers ) : void | ||
ValidateDevice ( ) : void | ||
WindowMovedOrResized ( ) : void |
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
Method | Description | |
---|---|---|
AdjustWindow ( int clientWidth, int clientHeight, int &winWidth, int &winHeight ) : void | ||
AdjustWindowRect ( System &rc, WindowStyles getWindowStyle, bool b ) : void | ||
Create ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : void | ||
GetForm ( System.Windows.Forms windowHandle ) : |
||
GetWindowStyle ( bool fullScreen ) : WindowStyles | ||
testLostDevice ( ) : bool | ||
this ( string attribute ) : object |
public BuildPresentParameters ( PresentParameters presentParams ) : void | ||
presentParams | PresentParameters | |
return | void |
public CopyContentsToMemory ( |
||
dst | ||
buffer | FrameBuffer | |
return | void |
public D3DRenderWindow ( Axiom.RenderSystems.DirectX9.Driver driver ) : System | ||
driver | Axiom.RenderSystems.DirectX9.Driver | The root driver |
return | System |
public D3DRenderWindow ( Axiom.RenderSystems.DirectX9.Driver driver, SlimDX.Direct3D9 deviceIfSwapChain ) : System | ||
driver | Axiom.RenderSystems.DirectX9.Driver | The root driver |
deviceIfSwapChain | SlimDX.Direct3D9 | The existing D3D device to create an additional swap chain from, if this is not the first window. |
return | System |
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 |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |