Method | Description | |
---|---|---|
CenterWindow ( ) : void |
Centers the Window.
|
|
Dispose ( ) : void |
Disposes the object.
|
|
SetCursorIcon ( string path ) : void |
Sets the CursorIcon.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the object.
|
Method | Description | |
---|---|---|
FixWindow ( ) : void |
Fixes the size of the window.
|
|
FreeWindow ( ) : void |
Frees the window size.
|
|
GameWindow ( |
Initializes a new GameWindow class.
|
|
_surface_Activated ( object sender, |
Activate Event.
|
|
_surface_Deactivate ( object sender, |
Deactivate Event.
|
|
_surface_FormClosing ( object sender, |
FormClosing Event.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Indicates whether managed resources should be disposed. |
return | void |
public SetCursorIcon ( string path ) : void | ||
path | string | The Path. |
return | void |