'宣言 Public Function New( _ ByVal text As System.String, _ ByVal horzAlign As AlignHorzEnum _ )
'使用法 Dim text As System.String Dim horzAlign As AlignHorzEnum Dim instance As New RenderText(text, horzAlign)
public RenderText( System.string text, AlignHorzEnum horzAlign )
パラメータ
- text
 - A string assigned to the RenderText.Text property.
 - horzAlign
 - The horizontal text alignment.