@maxgraph/core
    Preparing search index...

    Function getBoundingBox

    • Returns the bounding box for the rotated rectangle.

      Parameters

      • rect: null | Rectangle

        Rectangle to be rotated.

      • rotation: number
      • cx: null | Point = null

        Optional Point that represents the rotation center. If no rotation center is given then the center of rect is used.

      Returns null | Rectangle