프로퍼티 | 타입 | 설명 | |
---|---|---|---|
height | float | ||
width | float | ||
x | float | ||
y | float |
메소드 | 설명 | |
---|---|---|
RectDTO ( ) : System | ||
RectDTO ( float x, float y, float width, float height ) : System | ||
ToRect ( ) : |
public RectDTO ( float x, float y, float width, float height ) : System | ||
x | float | |
y | float | |
width | float | |
height | float | |
리턴 | System |