Search
Painter.DrawContentsTextRotated Method
See Also
 






Draws the specified text rotated at 90 degree using the contents settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawContentsTextRotated (
    string text,
    Rectangle rc,
    Style style
)

Visual Basic  Copy Code

Public Sub DrawContentsTextRotated( _
    text As String, _
    rc As Rectangle, _
    style As Style _
)

 Parameters

text

rc

style

 See Also