Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / DrawString Method / DrawString(String,Point) Method
String to draw.
Position to draw.

In This Topic
    DrawString(String,Point) Method
    In This Topic
    Draw string at specified position.
    Syntax
    'Declaration
     
    Overloads Sub DrawString( _
       ByVal s As String, _
       ByVal pos As Point _
    ) 
    void DrawString( 
       string s,
       Point pos
    )

    Parameters

    s
    String to draw.
    pos
    Position to draw.
    See Also