DrawString(String,RectangleF) Method
In This Topic
Draw text string into this document in next position.
Syntax
'Declaration
Public Overloads Sub DrawString( _
ByVal As System.String, _
ByVal As System.Drawing.RectangleF _
)
public void DrawString(
System.string ,
System.Drawing.RectangleF
)
Parameters
- text
- The text string of the paragraph.
- rc
- The drawing rectangle.
See Also