VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Svg Namespace / SvgDrawingEngine Class / DrawString Methods / DrawString(DrawingString,IDrawingFont,IDrawingBrush,PointF) Method
Syntax Requirements SeeAlso
In This Topic
    DrawString(DrawingString,IDrawingFont,IDrawingBrush,PointF) Method (SvgDrawingEngine)
    In This Topic
    Draws the specified text string at the specified location with the specified IDrawingBrush and IDrawingFont objects.
    Syntax
    'Declaration
    
    Public Overloads Overrides Sub DrawString( _
    ByVal text
    The drawing string to draw.
    As Vintasoft.Imaging.Drawing.DrawingString, _
    ByVal font
    The font.
    As Vintasoft.Imaging.Drawing.IDrawingFont, _
    ByVal brush
    The color and texture of the drawn text.
    As Vintasoft.Imaging.Drawing.IDrawingBrush, _
    ByVal point
    The upper-left corner of the drawn text.
    As System.Drawing.PointF _
    )

    Parameters

    text
    The drawing string to draw.
    font
    The font.
    brush
    The color and texture of the drawn text.
    point
    The upper-left corner of the drawn text.
    Requirements

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

    See Also