Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 789 Bytes

matrix3dhelper_invert_1904899686.md

File metadata and controls

26 lines (18 loc) · 789 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.Media3D.Matrix3DHelper.Invert(Microsoft.UI.Xaml.Media.Media3D.Matrix3D)
winrt method

Microsoft.UI.Xaml.Media.Media3D.Matrix3DHelper.Invert

-description

Returns a potentially new Matrix3D value that represents the inversion of the provided Matrix3D. C# and Microsoft Visual Basic code should use Invert instead.

-parameters

-param target

The target Matrix3D to evaluate.

-returns

The inversion result Matrix3D.

-remarks

-examples

-see-also