Property | Type | Description | |
---|---|---|---|
Empty | |||
Height | int | ||
Width | int | ||
X | int | ||
Y | int |
Method | Description | |
---|---|---|
Contains ( int x, int y ) : bool | ||
FromLTRB ( int left, int top, int right, int bottom ) : |
||
Intersect ( |
||
Intersect ( |
||
Rectangle ( Point location, |
||
Rectangle ( int x, int y, int width, int height ) : System | ||
ToString ( ) : string | ||
operator ( ) : bool |
public static FromLTRB ( int left, int top, int right, int bottom ) : |
||
left | int | |
top | int | |
right | int | |
bottom | int | |
return |
public static Intersect ( |
||
a | ||
b | ||
return |
public Rectangle ( Point location, |
||
location | Point | |
size | ||
return | System |
public Rectangle ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |