Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / Vector2D Class / IsZero Property

In This Topic
    IsZero Property (Vector2D)
    In This Topic
    True if the vector has length equal to zero.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsZero As Boolean
    public bool IsZero {get;}
    See Also