Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 671 Bytes

Rectangle.md

File metadata and controls

14 lines (10 loc) · 671 Bytes

Rectangle

Represents rectangle DTO.

Properties

Name Type Description Notes
LLX float64 X-coordinate of lower - left corner. [default to null]
LLY float64 Y - coordinate of lower-left corner. [default to null]
URX float64 X - coordinate of upper-right corner. [default to null]
URY float64 Y - coordinate of upper-right corner. [default to null]

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