Draws a 
CADImage.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Overrides Sub Draw( _ ByVal e As Graphics, _
 ByVal Rect As RectangleF, _
 ByVal visibleRegion As Region _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			e
		
	
- 
		
			Type: Graphics 
		 
			A Graphics surface on which to draw the CAD image. 
		 
	- 
		
			Rect
		
	
- 
		
			Type: RectangleF 
		 
			A RectangleF object representing an area of the CAD image. 
		 
	- 
		
			visibleRegion
		
	
- 
		
			Type: Region 
		 
			Region of visible 
		 
 
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also