[]
Paints the indicator.
public virtual void Paint(Graphics g, int x, int y, int width, int height, bool left, bool top, bool right, bool bottom)
Public Overridable Sub Paint(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, left As Boolean, top As Boolean, right As Boolean, bottom As Boolean)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics object. |
int | x | X-coordinate. |
int | y | Y-coordinate. |
int | width | Width. |
int | height | Height. |
bool | left | Specifies whether to paint left. |
bool | top | Specifies whether to paint the top. |
bool | right | Specifies whether to paint right. |
bool | bottom | Specifies whether to paint the bottom. |