Method | Description | |
---|---|---|
Contains ( Point point ) : bool | ||
Intersects ( |
||
Rectangle ( Point location, |
||
Rectangle ( Point location, int width, int height ) : System | ||
Rectangle ( int x, int y, |
||
Rectangle ( int x, int y, int width, int height ) : System | ||
Test ( ) : void |
Method | Description | |
---|---|---|
IntersectCheck ( |
public Rectangle ( Point location, |
||
location | Point | |
size | ||
return | System |
public Rectangle ( Point location, int width, int height ) : System | ||
location | Point | |
width | int | |
height | int | |
return | System |
public Rectangle ( int x, int y, |
||
x | int | |
y | int | |
size | ||
return | System |
public Rectangle ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |