GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / CreateBoundingHandle Method
In This Topic
    CreateBoundingHandle Method (GoSelection)
    In This Topic
    Create and determine the appearance of a large handle around an object.
    Syntax
    public virtual IGoHandle CreateBoundingHandle( 
       GoObject obj,
       GoObject selectedObj
    )

    Parameters

    obj
    selectedObj
    Remarks
    This method uses GoObject.CreateBoundingHandle to actually allocate the handle and to set the size and location of the handle, as determined by the bounding rectangle of obj. The pen of the handle is determined by GoView.PrimarySelectionColor and GoView.SecondarySelectionColor; the brush is set to null. The new handle is associated with the obj and its IGoHandle.SelectedObject property is set to selectedObj.
    See Also