update method

Rect update(
  1. Matrix4 transform
)

Update, cache and return the bounding box of a shape with an explicit transformation.

Implementation

ui.Rect update(Matrix4 transform) => _shape.update(transform);