GoRulerCursor Class Members
In This Topic
The following tables list the members exposed by GoRulerCursor.
Public Constructors
Public Properties
| Name | Description |
| BackColor | Gets or sets the color to use as the fill background of the GoRulerCursor. |
| ForeColor | Gets or sets the color to use for drawing the GoRulerCursor. |
| Height | Gets or sets the Height of the Size of this cursor. |
| Size | Gets or sets the pixel size of the GoRulerCursor. |
| Value | Gets or sets the ruler value at which the GoRulerCursor is drawn. |
| Width | Gets or sets the Width of the Size of this cursor. |
Top
Public Methods
| Name | Description |
| GetPaintBounds | Returns 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. |
| Paint | Paints the GoRulerCursor at a particular position on the specified GoRuler using the given Graphics object. |
Top
Public Events
See Also