Matrix3D.Identity Proprietà
Definizione
public:
static property Windows::UI::Xaml::Media::Media3D::Matrix3D Identity { Windows::UI::Xaml::Media::Media3D::Matrix3D get(); };
public static Windows.UI.Xaml.Media.Media3D.Matrix3D Identity { get; }
member this.Identity : Windows.UI.Xaml.Media.Media3D.Matrix3D
Public Shared ReadOnly Property Identity As Matrix3D
Valore della proprietà
Oggetto Matrix3D di identità.The identity Matrix3D.
Commenti
Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix3D
.This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. Per altre informazioni, vedere Matrix3D nella Guida di riferimento all'API UWP.For more information, see Matrix3D in the UWP API reference.