GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / AddSelectionHandles Method
In This Topic
    AddSelectionHandles Method (GoSubGraph)
    In This Topic
    Resize selection handles go around the border, not along the Bounds.
    Syntax
    public override void AddSelectionHandles( 
       GoSelection sel,
       GoObject selectedObj
    )

    Parameters

    sel
    selectedObj
    Remarks
    The resize handles are placed around the rectangle returned by ComputeBorder. The CanReshape predicate is ignored at the present time--it is assumed to be true. If this subgraph is not resizable, a bounding handle will go around the whole subgraph, not just the bordered area.
    See Also