Draws a rectangle in a xor mode on the specified window unit
        
Namespace:
CADImport.FaceModule
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	Parameters
	- 
		
			x1
		
	
 
	- 
		
			Type: int 
		
		
			The extreme left position 
		
	 
	- 
		
			y1
		
	
 
	- 
		
			Type: int 
		
		
			The extreme top position 
		
	 
	- 
		
			x2
		
	
 
	- 
		
			Type: int 
		
		
			The extreme right position 
		
	 
	- 
		
			y2
		
	
 
	- 
		
			Type: int 
		
		
			The extreme bottom position 
		
	 
	- 
		
			fill
		
	
 
	- 
		
			Type: bool 
		
		
			Draw filled 
		
	 
	- 
		
			rect
		
	
 
	- 
		
			Type: bool 
		
		
			Draw frame 
		
	 
	- 
		
			control
		
	
 
	- 
		
			Type: Control 
		
		
			Control, where the drawing is implemented 
		
	 
	- 
		
			dashed
		
	
 
	- 
		
			Type: bool 
		
		
			Draw dashed 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also