GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / ContainsCursor Method
The specified GoRulerCursor.
In This Topic
    ContainsCursor Method
    In This Topic
    Checks if the specified GoRulerCursor is contained within the GoRuler's collection of cursors.
    Syntax
    public virtual bool ContainsCursor( 
       GoRulerCursor c
    )

    Parameters

    c
    The specified GoRulerCursor.

    Return Value

    Returns true if the specified GoRulerCursor is contained in the ruler's collection of cursors, otherwise, returns false.
    See Also