프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty | |||
Height | double | ||
Width | double | ||
X | double | ||
Y | double |
메소드 | 설명 | |
---|---|---|
Contains ( int x, int y ) : bool | ||
FromLTRB ( double left, double top, double right, double bottom ) : |
||
Intersect ( |
||
Intersect ( |
||
RectangleD ( Point location, |
||
RectangleD ( double x, double y, double width, double height ) : System | ||
ToString ( ) : string | ||
operator ( ) : bool |
public static FromLTRB ( double left, double top, double right, double bottom ) : |
||
left | double | |
top | double | |
right | double | |
bottom | double | |
리턴 |
public static Intersect ( |
||
a | ||
b | ||
리턴 |
public RectangleD ( Point location, |
||
location | Point | |
size | ||
리턴 | System |
public RectangleD ( double x, double y, double width, double height ) : System | ||
x | double | |
y | double | |
width | double | |
height | double | |
리턴 | System |