Matrix3D.IsIdentity プロパティ
定義
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
if the Matrix3D is an identity Matrix3D; otherwise, false. 既定値は、true です。The default value is true.
注釈
この構造体は、Windows ランタイム (WinRT) 構造体の .NET 射影を表し Matrix3D
ます。This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. 詳細については、UWP API リファレンスの「 Matrix3D 」を参照してください。For more information, see Matrix3D in the UWP API reference.