Converts display coordinates into absolute coordinates of a design
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	Parameters
	- 
		
			x
		
	
- 
		
			Type: float 
		 
			The X display coordinate 
		 
	- 
		
			y
		
	
- 
		
			Type: float 
		 
			The Y display coordinate 
		 
	- 
		
			curRect
		
	
- 
		
			Type: RectangleF 
		 
			The Current drawing rectangle 
		 
	- 
		
			scale
		
	
- 
		
			Type: float 
		 
			A scale 
		 
	- 
		
			pos
		
	
- 
		
			Type: PointF 
		 
			An offset 
		 
		Return Value
  Converted coordinates of a 
Point
 
	
		 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