GeneralTransform.TransformBoundsCore(Rect) Method

Definition

Provides the means to override the TransformBounds behavior in a derived transform class.

protected:
 virtual Rect TransformBoundsCore(Rect rect) = TransformBoundsCore;
Rect TransformBoundsCore(Rect const& rect);
protected virtual Rect TransformBoundsCore(Rect rect);
function transformBoundsCore(rect)
Protected Overridable Function TransformBoundsCore (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