'宣言 Public Overloads Function AddText( _ ByVal text As System.String, _ ByVal textColor As System.Drawing.Color _ ) As ParagraphText
'使用法 Dim instance As ParagraphObjectCollection Dim text As System.String Dim textColor As System.Drawing.Color Dim value As ParagraphText value = instance.AddText(text, textColor)
public ParagraphText AddText( System.string text, System.Drawing.Color textColor )
パラメータ
- text
- The text string to add.
- textColor
- The text color to use to render the string.
戻り値の型
A ParagraphText object representing the specified text string.