GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / AddCursor Method
The GoRulerCursor to add to the collection.
In This Topic
    AddCursor Method
    In This Topic
    Adds a GoRulerCursor to the ruler's collection or cursors.
    Syntax
    public virtual void AddCursor( 
       GoRulerCursor c
    )

    Parameters

    c
    The GoRulerCursor to add to the collection.
    See Also