프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty | |||
Height | int | ||
Width | int | ||
X | int | ||
Y | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public static Intersect ( |
||
a | ||
b | ||
리턴 |
public Rectangle ( Point location, |
||
location | Point | |
size | ||
리턴 | System |
public Rectangle ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
리턴 | System |