Property | Type | Description | |
---|---|---|---|
bRender | System.Boolean | ||
kTOP | System.Boolean |
Method | Description | |
---|---|---|
Draw ( |
||
DrawAbout ( |
||
DrawGame ( |
||
DrawTextCenterWS ( |
||
DrawTextCenterX ( |
||
DrawTextCenterXWS ( |
||
Game ( ) : System | ||
GameOverDraw ( |
||
Update ( ) : void | ||
actionButton ( int iButtonID ) : void | ||
checkButton ( int nXPos, int nYPos ) : void | ||
checkGameOver ( ) : void | ||
getBitmapID ( int iNum ) : int | ||
moveBoard ( Direction nDirection ) : void |
Method | Description | |
---|---|---|
resetGameData ( ) : void |
public DrawAbout ( |
||
g | ||
return | void |
public DrawGame ( |
||
g | ||
return | void |
public DrawTextCenterWS ( |
||
g | ||
sText | String | |
nFont | ||
nSolidBrush | ||
nSolidBrush2 | ||
X | int | |
Y | int | |
return | void |
public DrawTextCenterX ( |
||
g | ||
sText | String | |
nFont | ||
nSolidBrush | ||
X | int | |
Y | int | |
return | void |
public DrawTextCenterXWS ( |
||
g | ||
sText | String | |
nFont | ||
nSolidBrush | ||
nSolidBrush2 | ||
X | int | |
Y | int | |
return | void |
public GameOverDraw ( |
||
g | ||
return | void |
public checkButton ( int nXPos, int nYPos ) : void | ||
nXPos | int | |
nYPos | int | |
return | void |
public moveBoard ( Direction nDirection ) : void | ||
nDirection | Direction | |
return | void |