GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class
Members
In This Topic
    GoToolDragging Class
    In This Topic
    The tool used to implement dragging behavior, for moving and copying objects.
    Syntax
    [Serializable()]
    public class GoToolDragging : GoTool, IGoTool  
    Remarks
    This tool is expected to be invoked upon a mouse move.
    See Also