ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / IsIdentity Property

In This Topic
    IsIdentity Property (Matrix4x4)
    In This Topic
    Gets a value indicating whether this instance is an identity matrix.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsIdentity As Boolean
    public bool IsIdentity {get;}

    Property Value

    true if this instance is an identity matrix; otherwise, false.
    See Also