GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRulerCursor Class
Properties Methods Events


In This Topic
    GoRulerCursor Class Members
    In This Topic

    The following tables list the members exposed by GoRulerCursor.

    Public Constructors
     NameDescription
    Public Constructor The default cursor has a width of 1 and a length of 22.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the color to use as the fill background of the GoRulerCursor.  
    Public PropertyGets or sets the color to use for drawing the GoRulerCursor.  
    Public PropertyGets or sets the Height of the Size of this cursor.  
    Public PropertyGets or sets the pixel size of the GoRulerCursor.  
    Public PropertyGets or sets the ruler value at which the GoRulerCursor is drawn.  
    Public PropertyGets or sets the Width of the Size of this cursor.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a Rectangle that represents the area on the specified GoRuler to invalidate for this GoRulerCursor. The exact position of the Rectangle to invalidate is determined by the pixelMeasure.  
    Public MethodPaints the GoRulerCursor at a particular position on the specified GoRuler using the given Graphics object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis is called to raise the PropertyChanged event.  
    Protected MethodThis is called to raise the PropertyChanging event.  
    Top
    Public Events
     NameDescription
    Public Event This event occurs just after a property is changed.  
    Public Event This event occurs just before a property is changed.  
    Top
    See Also