GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawView Class / UpdateMouseCursors Method
In This Topic
    UpdateMouseCursors Method
    In This Topic
    Update the HorizontalRulerMouseCursor and VerticalRulerMouseCursor according to the given position of the mouse in document coordinates.
    Syntax
    public virtual void UpdateMouseCursors( 
       PointF p
    )

    Parameters

    p
    Remarks
    This is called repeatedly by the GoDrawToolManager and GoDrawToolRubberBanding tools.
    See Also