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