Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 627 Bytes

File metadata and controls

13 lines (10 loc) · 627 Bytes

Rectangle

Represents rectangle DTO.

Properties

Name Type Description Notes
LLX Double X-coordinate of lower - left corner.
LLY Double Y - coordinate of lower-left corner.
URX Double X - coordinate of upper-right corner.
URY Double Y - coordinate of upper-right corner.

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