GeneralTransform.TransformBounds(Rect) Method

Definition

Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.

public:
 virtual Rect TransformBounds(Rect rect) = TransformBounds;
Rect TransformBounds(Rect const& rect);
public Rect TransformBounds(Rect rect);
function transformBounds(rect)
Public Function TransformBounds (rect As Rect) As Rect

Parameters

rect
Rect

The bounding box to transform.

Returns

The smallest axis-aligned bounding box possible that contains the transformed rect.

Applies to