RenderParagraph Constructor(Font)
In This Topic
Initializes a new instance of the
RenderParagraph class, specifying a
System.Drawing.Font to use.
Syntax
'Declaration
Public Function New( _
ByVal As Font _
)
public RenderParagraph(
Font
)
Parameters
- font
- The default font for the current paragraph.
See Also