GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / IsBeyondDragSize Method
In This Topic
    IsBeyondDragSize Method
    In This Topic
    Determine if the mouse has gone beyond the DragSize distance to be considered a drag instead of a sloppy click.
    Syntax
    public virtual bool IsBeyondDragSize()

    Return Value

    Returns true if the GoInputEventArgs.ViewPoint of LastInput is further away from FirstInput than half the distance specified by DragSize.
    See Also