GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolRubberBanding Class / DoMouseMove Method
In This Topic
    DoMouseMove Method (GoToolRubberBanding)
    In This Topic
    As the mouse is dragged, we display the rubber band box.
    Syntax
    public override void DoMouseMove()
    Remarks
    If Modal is true, we skip all mouse moves and mouse ups until a mouse down occurs when CanStart returns true. If Modal is false, a mouse move sets Active to true and starts keeping track of the rubber-band Box.
    See Also