VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / DrawFormattedText Methods / DrawFormattedText(FormattedText,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    DrawFormattedText(FormattedText,Single,Single) Method (DrawingEngine)
    In This Topic
    Draws the specified formatted text at the specified System.Drawing.PointF.
    Syntax
    'Declaration
    
    Public Overloads Sub DrawFormattedText( _
    ByVal formattedText
    A formatted text to draw.
    As FormattedText, _
    ByVal x
    The x-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.
    As Single, _
    ByVal y
    The y-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.
    As Single _
    )
    public void DrawFormattedText(
    FormattedText formattedText,
    float x,
    float y
    )
    public: void DrawFormattedText(
    FormattedText* formattedText,
    float x,
    float y
    )
    public:
    void DrawFormattedText(
    FormattedText^ formattedText,
    float x,
    float y
    )

    Parameters

    formattedText
    A formatted text to draw.
    x
    The x-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.
    y
    The y-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also