Matrix.Identity Proprietà
Definizione
Ottiene una matrice di identità.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; }
member this.Identity : Windows.UI.Xaml.Media.Matrix
Public Shared ReadOnly Property Identity As Matrix
Valore della proprietà
Matrice di identità.An identity matrix.
Commenti
Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix
.This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix
struct. Per altre informazioni, vedere Matrix nei riferimenti all'API UWP.For more information, see Matrix in the UWP API reference.
Per ulteriori informazioni ed esempi di questo membro, vedere Matrix.Identity il riferimento all'API .NET Framework.For more information and examples of this member, see Matrix.Identity in the .NET Framework API reference.