Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 628 Bytes

Rectangle.md

File metadata and controls

13 lines (10 loc) · 628 Bytes

Rectangle

Represents rectangle DTO.

Properties

Name Type Description Notes
l_lx double X-coordinate of lower - left corner.
l_ly double Y - coordinate of lower-left corner.
u_rx double X - coordinate of upper-right corner.
u_ry double Y - coordinate of upper-right corner.

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