Draws snap icon in case of proximity of object to current coordinates
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Function DrawSnapTrace( _ ByVal x As Integer, _
 ByVal y As Integer, _
 ByVal control As Control _
 ) As PointF
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			x
		
	
- 
		
			Type: int 
		 
			X coordinate 
		 
	- 
		
			y
		
	
- 
		
			Type: int 
		 
			Y coordinate 
		 
	- 
		
			control
		
	
- 
		
			Type: Control 
		 
			Control, where the element is drawn 
		 
		Return Value
  Coordinates of the snap
 
	
		 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