Transform.TransformBounds Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- rect
- Type: System.Windows.Rect
The bounding box to transform.
Return Value
Type: System.Windows.RectThe smallest axis-aligned bounding box that can contain the transformed rect.
Show: