'宣言 Public Function New( _ ByVal font As System.Drawing.Font, _ ByVal horzAlign As AlignHorzEnum _ )
'使用法 Dim font As System.Drawing.Font Dim horzAlign As AlignHorzEnum Dim instance As New RenderParagraph(font, horzAlign)
public RenderParagraph( System.Drawing.Font font, AlignHorzEnum horzAlign )
パラメータ
- font
- The default font for the current paragraph.
- horzAlign
- The horizontal alignment for the current paragraph.