GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / MakeDragSelection Method
In This Topic
    MakeDragSelection Method
    In This Topic
    Start using a DragSelection, creating it if needed, and moving the originally selected objects back to their original position.
    Syntax
    public virtual void MakeDragSelection()
    Remarks
    This also sets CurrentObject to a corresponding outline object in the drag selection, and remembers the original current object in the DragSelectionOriginalObject property. This allows DoDraggingto continue calculating move offsets based on the position of the CurrentObject, even though the objects are part of the drag selection instead of the original selected objects.
    See Also