Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 627 Bytes

generaltransform_transformbounds_2050801728.md

File metadata and controls

28 lines (18 loc) · 627 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.GeneralTransform.TransformBounds(Windows.Foundation.Rect)
winrt method

Windows.UI.Xaml.Media.GeneralTransform.TransformBounds

-description

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

-parameters

-param rect

The bounding box to transform.

-returns

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

-remarks

-examples

-see-also