[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.Style.Render

Render Method

Render(Graphics, Rectangle, string)

Renders the given string using the style properties.

Declaration
public void Render(Graphics g, Rectangle r, string s)
Parameters
Type Name Description
Graphics g

Graphics object to render too.

Rectangle r

Rectangle to render in.

string s

String to render.

Render(Graphics, Rectangle, string, DrawCellFlags)

Renders the given string using the style properties.

Declaration
public void Render(Graphics g, Rectangle r, string s, DrawCellFlags flags)
Parameters
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.