GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawText2 Method
The brush with which to draw the text
The Color to be drawn
The text to be drawn
The font in which to draw the text
The x coordinate of the top corner of the text
The y coordinate of the top corner of the text
The x coordinate of the rotation point of the text
The y coordinate of the rotation point of the text
The angle to draw the text
Set to true for right to text
In This Topic
    DrawText2 Method
    In This Topic
    Draws text on a single line.
    Syntax

    Parameters

    brush
    The brush with which to draw the text
    textColor
    The Color to be drawn
    text
    The text to be drawn
    font
    The font in which to draw the text
    x
    The x coordinate of the top corner of the text
    y
    The y coordinate of the top corner of the text
    rx
    The x coordinate of the rotation point of the text
    ry
    The y coordinate of the rotation point of the text
    angle
    The angle to draw the text
    rightTo
    Set to true for right to text
    See Also