[]
Renders the given string using the style properties.
public void Render(Graphics g, Rectangle r, string s)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics object to render too. |
Rectangle | r | Rectangle to render in. |
string | s | String to render. |
Renders the given string using the style properties.
public void Render(Graphics g, Rectangle r, string s, DrawCellFlags flags)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics object to render too. |
Rectangle | r | Rectangle to render in. |
string | s | String to render. |
DrawCellFlags | flags | The draw flags. |