GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / CreateResizeHandle Method
In This Topic
    CreateResizeHandle Method (GoSelection)
    In This Topic
    Create and determine the appearance of a small handle for an object.
    Syntax
    public virtual IGoHandle CreateResizeHandle( 
       GoObject obj,
       GoObject selectedObj,
       PointF loc,
       int handleid,
       bool filled
    )

    Parameters

    obj
    selectedObj
    loc
    handleid
    filled
    Remarks
    This method uses GoObject.CreateResizeHandle to actually allocate the handle. The size of the handle, if not already non-zero, is determined by GoView.ResizeHandleSize. The pen and brush of the handle are determined by GoView.PrimarySelectionColor and GoView.SecondarySelectionColor. The new handle is associated with the obj and its IGoHandle.SelectedObject property is set to selectedObj.
    See Also