Draws lines in a xor mode on the specified window unit
        
Namespace:
CADImport.FaceModule
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Shared Sub DrawXORLines( _     ByVal points As Point(), _     ByVal control As Control _  )  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			points
		
	
 
	- 
		
			Type: Point[] 
		
		
			A set of points lines are drawn by. 
		
	 
	- 
		
			control
		
	
 
	- 
		
			Type: Control 
		
		
			Control, where the drawing is implemented 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also