Initializes a new instance of the
GameButton class
Namespace: FindTheWordAssembly: FindTheWord (in FindTheWord.exe) Version: 1.1.1.0 (1.1.1)
public GameButton(
string image,
Rectangle drawArea
)
public GameButton(
string image,
Rectangle drawArea
)
Public Sub New (
image As String,
drawArea As Rectangle
)
Public Sub New (
image As String,
drawArea As Rectangle
)
public:
GameButton(
String^ image,
Rectangle drawArea
)
public:
GameButton(
String^ image,
Rectangle drawArea
)
new :
image : string *
drawArea : Rectangle -> GameButton
new :
image : string *
drawArea : Rectangle -> GameButton