GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / RemoveCursor Method
The GoRulerCursor to remove from the collection.
In This Topic
    RemoveCursor Method
    In This Topic
    Removes a GoRulerCursor from the GoRuler's collection.
    Syntax
    public virtual void RemoveCursor( 
       GoRulerCursor c
    )

    Parameters

    c
    The GoRulerCursor to remove from the collection.
    See Also