Initializes a new instance of the 
ParagraphText class, assigning the 
ParagraphText.Text property, and specifying the font and text position.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.String, _
   ByVal  As System.Drawing.Font, _
   ByVal  As TextPositionEnum _
)
             
        
            
            '使用法
 
Dim text As System.String
Dim font As System.Drawing.Font
Dim textPosition As TextPositionEnum
 
Dim instance As New ParagraphText(text, font, textPosition)
             
        
            
            public ParagraphText( 
   System.string ,
   System.Drawing.Font ,
   TextPositionEnum 
)
             
        
             
        
            パラメータ
- text
 
- A string assigned to the ParagraphText.Text property of the current object.
 - font
 
- The font to use.
 - textPosition
 
- The text position to use.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照