Matrix3D.HasInverse Propriedade
Definição
public:
property bool HasInverse { bool get(); };
public bool HasInverse { get; }
member this.HasInverse : bool
Public ReadOnly Property HasInverse As Boolean
Valor da propriedade
true Se o Matrix3D tiver um inverso; caso contrário, false.true if the Matrix3D has an inverse; otherwise, false. O valor padrão é true.The default value is true.
Comentários
Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) Matrix3D .This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D struct. Para obter mais informações, consulte Matrix3D na referência da API UWP.For more information, see Matrix3D in the UWP API reference.