Method | Description | |
---|---|---|
CopyContentsToMemory ( |
||
Create ( string name, int width, int height, bool isFullScreen, NamedParameterList miscParams ) : void | ||
Reposition ( int left, int right ) : void | ||
Resize ( int width, int height ) : void | ||
SwapBuffers ( bool waitForVSync ) : void | ||
WindowMovedOrResized ( ) : void | ||
this ( string attribute ) : object |
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
Method | Description | |
---|---|---|
GetForm ( System.Windows.Forms windowHandle ) : |
||
Win32Window ( |
Constructor.
|
public CopyContentsToMemory ( |
||
dst | ||
buffer | FrameBuffer | |
return | void |
public Create ( string name, int width, int height, bool isFullScreen, NamedParameterList miscParams ) : void | ||
name | string | |
width | int | |
height | int | |
isFullScreen | bool | |
miscParams | NamedParameterList | |
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 |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |