ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / IsIdentity Property

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

    Property Value

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