Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / DrawStringRotated Method
String to draw.
Position to draw.
Position of the string center.
Angle

In This Topic
    DrawStringRotated Method
    In This Topic
    Draw rotated string at specified position.
    Syntax
    'Declaration
     
    Sub DrawStringRotated( _
       ByVal s As String, _
       ByVal pos As Point, _
       ByVal center As Point, _
       ByVal angle As Double _
    ) 
    void DrawStringRotated( 
       string s,
       Point pos,
       Point center,
       double angle
    )

    Parameters

    s
    String to draw.
    pos
    Position to draw.
    center
    Position of the string center.
    angle
    Angle
    See Also