Search
Painter.DrawContentsText Method
See Also
 






Draws the specified text using the contents settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

text

rc

style

 See Also