Method | Description | |
---|---|---|
Contains ( int x, int y ) : bool | ||
Draw ( ) : void | ||
Update ( MouseState mscurrent, MouseState msold ) : void | ||
addClickEvent ( EventHandler c ) : void |
Method | Description | |
---|---|---|
OnClick ( EventArgs e ) : void |
public abstract Contains ( int x, int y ) : bool | ||
x | int | |
y | int | |
return | bool |
public Update ( MouseState mscurrent, MouseState msold ) : void | ||
mscurrent | MouseState | |
msold | MouseState | |
return | void |
public addClickEvent ( EventHandler c ) : void | ||
c | EventHandler | |
return | void |