ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1.Win.C1TrueDBGrid.Style.Render Method

Renders the given string using the style properties.

[Visual Basic]

Public Sub Render( _

ByVal g As Graphics, _

ByVal r As Rectangle, _

ByVal s As String _

)

[C#]

public void Render(

Graphics g,

Rectangle r,

string s

);

[Delphi]

public procedure Render(

g: Graphics;

r: Rectangle;

s: String

);

Parameters

g

Graphics object to render too.

r

Rectangle to render in.

s

String to render.

See Also

C1.Win.C1TrueDBGrid.Style Class | C1.Win.C1TrueDBGrid.Style Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.