Initializes a new instance of the 
C1AnchorText class.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As System.Object, _
   ByVal  As System.Integer _
)
             
        
            
            '使用法
 
Dim name As System.String
Dim description As System.String
Dim userData As System.Object
Dim position As System.Integer
 
Dim instance As New C1AnchorText(name, description, userData, position)
             
        
            
            public C1AnchorText( 
   System.string ,
   System.string ,
   System.object ,
   System.int 
)
             
        
             
        
            パラメータ
- name
 
- The anchor's name.
 - description
 
- The anchor's description.
 - userData
 
- Arbitrary user data.
 - position
 
- The position within the text.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照