MatrixHelperEx.RectTransform(Rect, Matrix) Method

Definition

Implement WPF's Rect.Transform.

public static Windows.Foundation.Rect RectTransform (Windows.Foundation.Rect rectangle, Windows.UI.Xaml.Media.Matrix matrix);
static member RectTransform : Windows.Foundation.Rect * Windows.UI.Xaml.Media.Matrix -> Windows.Foundation.Rect
Public Shared Function RectTransform (rectangle As Rect, matrix As Matrix) As Rect

Parameters

rectangle
Rect

The rectangle to transform.

matrix
Matrix

The matrix to use to transform the rectangle.

Returns

The transformed rectangle.

Applies to