GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolResizing Class / Start Method
In This Topic
    Start Method (GoToolResizing)
    In This Topic
    Start up the resize tool, assuming CanStart returned true.
    Syntax
    public override void Start()
    Remarks
    This sets the CurrentObject to be the IGoHandle.HandledObject of the handle returned by PickResizeHandle. It starts a transaction, hides any selection handles for the current object, and remembers the object's OriginalBounds and the handle's OriginalPoint. Finally it calls DoResizing with an event type of GoInputState.Start.
    See Also