Matrix.IsIdentity Vlastnost

Definice

Získá hodnotu, která určuje, zda Matrix je tato struktura matice identit.

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

Hodnota vlastnosti

Boolean

true pokud Matrix je struktura matice identit, jinak false . Výchozí formát je true.

Poznámky

Tato struktura představuje projekci rozhraní .NET struktury Windows Runtime Matrix (WinRT). Další informace najdete v tématu Matice v referenčních informacích k rozhraní API UPW.

Platí pro