Returns coordinates of a point on the drawing.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Overridable Function GetCADCoords( _ ByVal xScaled As Single, _
 ByVal yScaled As Single _
 ) As DPoint
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			xScaled
		
	
- 
		
			Type: float 
		 
			A ratio between the X-coordinate of the point position and the drawing's width. 
		 
	- 
		
			yScaled
		
	
- 
		
			Type: float 
		 
			A ratio between the Y-coordinate of the point position and the drawing's height. 
		 
		Return Value
  A 
DPoint object representing a point on a CAD image.
 
	
		
		
		Remarks
	
	
		 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