Method | Description | |
---|---|---|
Contains ( |
||
Contains ( int x, int y ) : bool | ||
IsAbove ( |
||
IsBelow ( |
||
IsLeftOf ( |
||
IsRightOf ( |
||
Rectangle ( Point location, |
||
Rectangle ( int x, int y, int w, int h ) : System |
public Rectangle ( Point location, |
||
location | Point | |
size | ||
return | System |
public Rectangle ( int x, int y, int w, int h ) : System | ||
x | int | |
y | int | |
w | int | |
h | int | |
return | System |