[]
Paints the cell with the note indicator using the specified control and dimensions.
void Paint(Graphics g, int x, int y, int width, int height, Color indicatorColor)
Sub Paint(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, indicatorColor As Color)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the cell |
int | x | X-coordinate |
int | y | Y-coordinate |
int | width | Width, in pixels |
int | height | Height, in pixels |
Color | indicatorColor | Color |