GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawText Method / DrawText(Brush,String,Font,Single,Single,Boolean) Method
The brush with which to draw the text
The text to be drawn
The font in which to draw the text
The x coordinate of the top left corner of the text
The y coordinate of the top left corner of the text
Set to true for right to left text
In This Topic
    DrawText(Brush,String,Font,Single,Single,Boolean) Method
    In This Topic
    Draws text on a single line.
    Syntax
    public void DrawText( 
       Brush brush,
       string text,
       Font font,
       float x,
       float y,
       bool rightToLeft
    )

    Parameters

    brush
    The brush with which to draw the text
    text
    The text to be drawn
    font
    The font in which to draw the text
    x
    The x coordinate of the top left corner of the text
    y
    The y coordinate of the top left corner of the text
    rightToLeft
    Set to true for right to left text
    See Also