Matrix3D.IsIdentity プロパティ

定義

この Matrix3D 構造体が恒等 Matrix3D であるかどうかを判断します。

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

プロパティ値

true Matrix3Dが ID Matrix3Dの場合は 。それ以外の場合は false。 既定値は true です。

注釈

この構造体は、Windows ランタイム (WinRT) Matrix3D 構造体の .NET プロジェクションを表します。 詳細については、UWP API リファレンスの 「Matrix3D 」を参照してください。

適用対象