Initializes a new instance of the 
ImGearARTTextFromFile class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As IImGearRectangle, _
   ByVal  As String, _
   ByVal  As IImGearRGBQuad _
)
             
        
            
            'Usage
 
Dim rect As IImGearRectangle
Dim text As String
Dim textColor As IImGearRGBQuad
 
Dim instance As New ImGearARTTextFromFile(rect, text, textColor)
             
        
            
            public ImGearARTTextFromFile( 
   IImGearRectangle ,
   string ,
   IImGearRGBQuad 
)
             
        
            
            public: ImGearARTTextFromFile( 
   IImGearRectangle* ,
   string* ,
   IImGearRGBQuad* 
)
             
        
            
            public:
ImGearARTTextFromFile( 
   IImGearRectangle^ ,
   String^ ,
   IImGearRGBQuad^ 
)
             
        
             
        
            Parameters
- rect
- Mark's rectangle.
- text
- Path to the file to load text from.
- textColor
- Color of the mark's text.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also