[]
Draws the border.
public static bool DrawBorder(Graphics g, Rectangle r, BorderStyle borderStyle, Color borderColor)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object. |
| Rectangle | r | Border rectangle area. |
| BorderStyle | borderStyle | Border style. |
| Color | borderColor | Border color. |
| Type | Description |
|---|---|
| bool | Whether the border needs to be painted. |
Draws the border.
public abstract bool DrawBorder(Graphics g, Rectangle r)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object. |
| Rectangle | r | Border rectangle area. |
| Type | Description |
|---|---|
| bool | Whether the border needs to be painted. |