Initializes a new instance of the 
ImGearARTPinUpText class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As IImGearRectangle, _
   ByVal  As String, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As String, _
   ByVal  As Single, _
   ByVal  As ImGearARTFontStyles, _
   ByVal  As IImGearRGBQuad _
)
             
        
            
            'Usage
 
Dim rect As IImGearRectangle
Dim text As String
Dim textColor As IImGearRGBQuad
Dim fontName As String
Dim fontSize As Single
Dim fontStyle As ImGearARTFontStyles
Dim pinColor As IImGearRGBQuad
 
Dim instance As New ImGearARTPinUpText(rect, text, textColor, fontName, fontSize, fontStyle, pinColor)
             
        
            
        
            
        
            
        
             
        
            Parameters
- rect
- Rectangle of the mark.
- text
- The mark's text string.
- textColor
- The mark's text color.
- fontName
- The mark's text font name.
- fontSize
- The mark's text font size.
- fontStyle
- The mark's text font style.
- pinColor
- The mark's pin color.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also