GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / AddSelectionHandles Method
In This Topic
    AddSelectionHandles Method (GoObject)
    In This Topic
    Add selection handles for this object for the given selection collection.
    Syntax
    public virtual void AddSelectionHandles( 
       GoSelection sel,
       GoObject selectedObj
    )

    Parameters

    sel
    selectedObj
    Remarks
    This typically calls GoSelection.GoSelection.CreateBoundingHandle or GoSelection.CreateResizeHandle as needed. The standard implementation first calls RemoveSelectionHandles to make sure no obsolete handles remain for this object. If CanResize is false, it just creates a bounding handle. Otherwise if CanReshape is true, it creates eight resize handles at the eight standard spots along the object's bounds. If CanReshape is false, it only creates the four resize handles at the object's corners.
    See Also