GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CreateBoundingHandle Method
In This Topic
    CreateBoundingHandle Method (GoObject)
    In This Topic
    Create a bounding handle for this object.
    Syntax
    public virtual IGoHandle CreateBoundingHandle()

    Return Value

    This must return a GoObject that implements IGoHandle and is an appropriate size and position for surrounding the object.
    Remarks
    By default this allocates a new GoHandle. GoSelection.GoSelection.CreateBoundingHandle will call this method to allocate a handle and size and position it. GoSelection.CreateBoundingHandle is then responsible for specifying its properties, including its GoShape.GoShape.Pen and GoShape.Brush if the handle is a GoShape.
    See Also