GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / CreateDragSelection Method
In This Topic
    CreateDragSelection Method
    In This Topic
    Create a new selection object containing an image of all of the real selected objects.
    Syntax
    public virtual GoSelection CreateDragSelection()

    Return Value

    a new GoSelection holding view objects that represent the objects in the GoView.Selection
    Remarks
    This creates a new GoSelection for this view. The objects that are in this selection have been added to the default layer of the view.
    See Also