Defines the coordinates of the upper-left and lower-right corners of a rectangle
Global Const $tagRECT = "struct; long Left;long Top;long Right;long Bottom; endstruct"
Left | Specifies the x-coordinate of the upper-left corner of the rectangle |
Top | Specifies the y-coordinate of the upper-left corner of the rectangle |
Right | Specifies the x-coordinate of the lower-right corner of the rectangle |
Bottom | Specifies the y-coordinate of the lower-right corner of the rectangle |