GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolRubberBanding Class / DoMouseDown Method
In This Topic
    DoMouseDown Method (GoToolRubberBanding)
    In This Topic
    This starts keeping track of the Box's bounds.
    Syntax
    public override void DoMouseDown()
    Remarks
    If CanStart is true, this sets Active to true. Unless the GoInputEventArgs.Shift modifier is true, we also clear the view's selection.
    See Also