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

    Parameters

    sel
    selectedObj
    Remarks
    If this polygon is resizable and reshapable, we add resize selection handles at each polygon point, with handle IDs equal to GoObject.LastHandle plus the index of the point.
    See Also