Свойство | Тип | Описание | |
---|---|---|---|
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 |