Draws a text string.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Overridable Sub DrawString( _     ByVal text As String, _     ByVal font As Font, _     ByVal color As Integer, _     ByVal point As T, _     ByVal align As CADTextHorizontalAlign _  )  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			text
		
	
 
	- 
		
			Type: string 
		
		
			A text 
		
	 
	- 
		
			font
		
	
 
	- 
		
			Type: Font 
		
		
			A text font 
		
	 
	- 
		
			color
		
	
 
	- 
		
			Type: int 
		
		
			A text color 
		
	 
	- 
		
			point
		
	
 
	- 
		
			Type: T 
		
		
			A location point of the text. 
		
	 
	- 
		
			align
		
	
 
	- 
		
			Type: CADTextHorizontalAlign 
		
		
			A text alignment. 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also