getBoundingRect method

BoundingRect getBoundingRect([
  1. bool absolute,
  2. bool calculate
])

Returns coordinates of object's bounding rectangle (left, top, width, height) the box is intented as aligned to axis of canvas.

Implementation

external BoundingRect getBoundingRect([bool absolute, bool calculate]);