Condividi tramite


Matrix3D.HasInverse Proprietà

Definizione

Ottiene un valore che indica se Matrix3D è invertibile.

public:
 property bool HasInverse { bool get(); };
public bool HasInverse { get; }
member this.HasInverse : bool
Public ReadOnly Property HasInverse As Boolean

Valore della proprietà

true se ha Matrix3D un inverso; in caso contrario, false. Il valore predefinito è true.

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT Matrix3D ). Per altre informazioni, vedi Matrix3D nelle informazioni di riferimento sulle API UWP.

Si applica a