Arbortext IsoDraw > Macro Language Reference > Functions and Data Types > Complex Data Types > Rectangle
  
Rectangle
The rectangle type defines a rectangle with its top-left- and bottom-right-corners. The properties defining the single coordinates are float literals.
DEFINE rect_Select AS rectangle
rect_Select.top = 252.55
rect_Select.left = 299.297
rect_Select.bottom = 498.348
rect_Select.right = 125.73