C# Class u2048.Button

Afficher le fichier Open project: jakowskidev/u2048_Jakowski

Méthodes publiques

Méthode Description
Button ( int iXPos, int iYPos, int iWidth, int iHeight, int imgID, System.Boolean clickable ) : System
Draw ( Graphics g, Bitmap oB ) : void
getClickable ( ) : System.Boolean
getHeight ( ) : int
getIMGID ( ) : int
getWidth ( ) : int
getXpos ( ) : int
getYPos ( ) : int

Method Details

Button() public méthode

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
Résultat System

Draw() public méthode

public Draw ( Graphics g, Bitmap oB ) : void
g System.Drawing.Graphics
oB System.Drawing.Bitmap
Résultat void

getClickable() public méthode

public getClickable ( ) : System.Boolean
Résultat System.Boolean

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getIMGID() public méthode

public getIMGID ( ) : int
Résultat int

getWidth() public méthode

public getWidth ( ) : int
Résultat int

getXpos() public méthode

public getXpos ( ) : int
Résultat int

getYPos() public méthode

public getYPos ( ) : int
Résultat int