GeneralTransform.TransformBoundsCore(Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.