Method | Description | |
---|---|---|
CopyContentsToMemory ( |
||
Create ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : void |
Creates & displays the new window.
|
|
OpenTKWindow ( ) : System | ||
Reposition ( int left, int right ) : void | ||
Resize ( int width, int height ) : void | ||
SwapBuffers ( bool waitForVSync ) : void |
Update the render window.
|
|
WindowMovedOrResized ( ) : void | ||
this ( string attribute ) : object |
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
public CopyContentsToMemory ( |
||
dst | ||
buffer | FrameBuffer | |
return | void |
public Create ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : void | ||
name | string | |
width | int | The width of the window in pixels. |
height | int | The height of the window in pixels. |
fullScreen | bool | If true, the window fills the screen, with no title bar or border. |
miscParams | NamedParameterList | A variable number of platform-specific arguments. /// The actual requirements must be defined by the implementing subclasses. |
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 |