The bottom edge of the bounding box. Value in points.
The position of the bottom left corner of the field on the actual canvas. This position is always within or on the bounding box.
The position of the bottom right corner of the field on the actual canvas. This position is always within or on the bounding box.
The height of the bounding box. Value in points.
The left edge of the bounding box. Value in points. Same as x.
The right edge of the bounding box. Value in points.
The top edge of the bounding box. Value in points. Same as y.
The position of the top left corner of the field on the actual canvas. This position is always within or on the bounding box.
The position of the top right corner of the field on the actual canvas. This position is always within or on the bounding box.
The width of the bounding box. Value in points.
The x coordinate of the bounding box as the top left corner. Value in points.
The y coordinate of the bounding box as the top left corner. Value in points.
Generated using TypeDoc
A field bounding box defines the area vertically and horizontally a field occupies. If the field is not rotated, that is the same as the field position and size. But rotation will cause a change to the bounding box. This object can be easily used to understand the final positioning of the field on the canvas.
All properties are in points.