Matrix3D.IsIdentity Property

Definition

Determines whether this Matrix3D struct is an identity Matrix3D.

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

Property Value

true if the Matrix3D is an identity Matrix3D; otherwise, false. The default value is true.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D struct. For more information, see Matrix3D in the UWP API reference.

Applies to