Bounds.calculate

calculate the new bounding box by applying the transform to the raw bounding box

  1. Rectangle calculate(Transform transform, Vector2 origin, float width, float height)
  2. BoundingBox calculate(BoundingBox bounds, Transform transform)
    class Bounds
    static
    BoundingBox
    calculate
    (
    BoundingBox bounds
    ,
    ref Transform transform
    )

Meta