GeneralTransform.TransformBounds Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, 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 possible that contains the transformed rect.
Show: