[]
Draws the cell border.
public static bool DrawBorder(Graphics g, Rectangle r, BorderStyle borderStyle, Color borderColor)
Type | Name | Description |
---|---|---|
Graphics | g | A Graphics object. |
Rectangle | r | Cell border rectangle. |
BorderStyle | borderStyle | The border style. |
Color | borderColor | The 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 | The border rectangle area. |
Type | Description |
---|---|
bool |