Method | Description | |
---|---|---|
Button ( int iXPos, int iYPos, int iWidth, int iHeight, int imgID, System.Boolean clickable ) : System | ||
Draw ( |
||
getClickable ( ) : System.Boolean | ||
getHeight ( ) : int | ||
getIMGID ( ) : int | ||
getWidth ( ) : int | ||
getXpos ( ) : int | ||
getYPos ( ) : int |
public Button ( int iXPos, int iYPos, int iWidth, int iHeight, int imgID, System.Boolean clickable ) : System | ||
iXPos | int | |
iYPos | int | |
iWidth | int | |
iHeight | int | |
imgID | int | |
clickable | System.Boolean | |
return | System |
public Draw ( |
||
g | ||
oB | ||
return | void |