C# Class u2048.Button

ファイルを表示 Open project: jakowskidev/u2048_Jakowski

Public Methods

Method 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 method

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

Draw() public method

public Draw ( Graphics g, Bitmap oB ) : void
g System.Drawing.Graphics
oB System.Drawing.Bitmap
return void

getClickable() public method

public getClickable ( ) : System.Boolean
return System.Boolean

getHeight() public method

public getHeight ( ) : int
return int

getIMGID() public method

public getIMGID ( ) : int
return int

getWidth() public method

public getWidth ( ) : int
return int

getXpos() public method

public getXpos ( ) : int
return int

getYPos() public method

public getYPos ( ) : int
return int