GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / AddSelectionHandles Method
In This Topic
    AddSelectionHandles Method (GoStroke)
    In This Topic
    Display the appropriate selected appearance, normally resize selection handles at each point of the stroke.
    Syntax
    public override void AddSelectionHandles( 
       GoSelection sel,
       GoObject selectedObj
    )

    Parameters

    sel
    selectedObj
    Remarks
    If HighlightWhenSelected is true, we just set Highlight to true. Otherwise, if this stroke is resizable and reshapable, we add resize selection handles at each stroke point, with handle IDs equal to GoObject.LastHandle plus the index of the point.
    See Also