프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Location | Point | ||
Size |
메소드 | 설명 | |
---|---|---|
Contains ( Point p ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Rectangle ( Point location, |
||
Rectangle ( float x, float y, float width, float height ) : System | ||
ToString ( ) : string |
public Rectangle ( Point location, |
||
location | Point | |
size | ||
리턴 | System |
public Rectangle ( float x, float y, float width, float height ) : System | ||
x | float | |
y | float | |
width | float | |
height | float | |
리턴 | System |