'Declaration Public Overloads Function AddText( _ ByVal text As String, _ ByVal textColor As Color _ ) As ParagraphText
public ParagraphText AddText( string text, Color textColor )
Parameters
- text
- The text string to add.
- textColor
- The text color to use to render the string.
Return Value
A ParagraphText object representing the specified text string.