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

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

    Parameters

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