Matrix.Identity Property

Definition

Gets an identity matrix.

public:
 static property Windows::UI::Xaml::Media::Matrix Identity { Windows::UI::Xaml::Media::Matrix get(); };
public static Windows.UI.Xaml.Media.Matrix Identity { get; }
static member Identity : Windows.UI.Xaml.Media.Matrix
Public Shared ReadOnly Property Identity As Matrix

Property Value

An identity matrix.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. For more information, see Matrix in the UWP API reference.

For more information and examples of this member, see Matrix.Identity in the .NET Framework API reference.

Applies to