ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / DrawString Method / DrawString(String,Double,Double) Method
String to draw.
X-coordinate of string.
Y-coordinate of string.

In This Topic
    DrawString(String,Double,Double) Method
    In This Topic
    Draw string at specified position.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawString( _
       ByVal s As System.String, _
       ByVal x As System.Double, _
       ByVal y As System.Double _
    ) 
    public void DrawString( 
       System.string s,
       System.double x,
       System.double y
    )

    Parameters

    s
    String to draw.
    x
    X-coordinate of string.
    y
    Y-coordinate of string.
    See Also