GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolResizing Class / CanStart Method
In This Topic
    CanStart Method (GoToolResizing)
    In This Topic
    We can start the resize tool when there is a resize handle under the mouse and the user may resize it.
    Syntax
    public override bool CanStart()
    Remarks
    The view must permit user resizing. PickResizeHandle is called to determine if there is a handle at the first input event point. If there is such a handle, and if its IGoHandle.HandledObject's CanResize predicate returns true, then we can start resizing. The user cannot resize using the context menu mouse button.
    See Also