Smooths a point in absolute coordinates by the entity
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Function GetRealSnapPoint( _ ByVal ent As CADEntity, _
 ByVal point As DPoint, _
 ByVal box As DRect _
 ) As DPoint
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			ent
		
	
- 
		
			Type: CADEntity 
		 
			CADEntity for which a point is smoothed 
		 
	- 
		
			point
		
	
- 
		
			Type: DPoint 
		 
			A point (DPoint) to smoothing 
		 
	- 
		
			box
		
	
- 
		
			Type: DRect 
		 
			Box, where the point is smoothed 
		 
		Return Value
  Returns smoothed point (
DPoint)
 
	
		 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