[]
        
(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)
Public Sub Render(g As Graphics, r As Rectangle, s As String)
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)
Public Sub Render(g As Graphics, r As Rectangle, s As String, flags As DrawCellFlags)
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.