GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolResizing Class / PickResizeHandle Method
a PointF in document coordinates
In This Topic
    PickResizeHandle Method
    In This Topic
    Find a resize handle in the view at the given point.
    Syntax
    public virtual IGoHandle PickResizeHandle( 
       PointF dc
    )

    Parameters

    dc
    a PointF in document coordinates

    Return Value

    an IGoHandle, usually a GoHandle
    See Also