Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 566 Bytes

File metadata and controls

14 lines (10 loc) · 566 Bytes

Rectangle

Represents rectangle DTO.

Properties

Name Type Description Notes
llx float X-coordinate of lower - left corner.
lly float Y - coordinate of lower-left corner.
urx float X - coordinate of upper-right corner.
ury float Y - coordinate of upper-right corner.

[Back to Model list] [Back to API list] [Back to README]