[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1OwnerDrawPrint.RenderDirectText

RenderDirectText Method

RenderDirectText(object, object, string, object, Font, Color, AlignHorzEnum)

Renders text for the document.

Declaration
public void RenderDirectText(object x, object y, string text, object width, Font font, Color textColor, AlignHorzEnum horzAlign)
Parameters
Type Name Description
object x

X-coordinate to start the rendering.

object y

Y-coordinate to start the rendering.

string text

The text to render.

object width

The width for the rendered text.

Font font

The font to use.

Color textColor

The color of the text.

AlignHorzEnum horzAlign

The alignment to render the text.