GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawView Class / UpdateObjectCursors Method
In This Topic
    UpdateObjectCursors Method
    In This Topic
    Update the ruler cursors representing object bounds with the corresponding sides of a given rectangle in document coordinates.
    Syntax
    public virtual void UpdateObjectCursors( 
       RectangleF r
    )

    Parameters

    r
    Remarks
    This is called repeatedly by the GoDrawToolDragging and GoDrawToolResizing tools.
    See Also