[]
Paints the selection.
public override void PaintSelection(Graphics g, int x, int y, int width, int height)
Public Overrides Sub PaintSelection(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer)
| Type | Name | Description |
|---|---|---|
| Graphics | g | Graphics object. |
| int | x | X-coordinate. |
| int | y | Y-coordinate. |
| int | width | Width. |
| int | height | Height. |