Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / IsIdentity Property

In This Topic
    IsIdentity Property (Coordinate)
    In This Topic
    Gets a value indicating whether this Vector object is indentity vector.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsIdentity As Boolean
    public bool IsIdentity {get;}

    Property Value

    If this Vector object is indentity vector, return true, otherwise, return false.
    See Also