Reduces a point location on screen to the grid node when the grid is active
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Sub CorrectByGrid( _     ByRef x As Integer, _     ByRef y As Integer _  )  | 
		    
		  
		
		
		
			
				
					| 
						C#
					 | 
				
				
					public void CorrectByGrid(     ref int x,     ref int y  )  | 
				
			
		
		
		
		
	 
	Parameters
	- 
		
			x
		
	
 
	- 
		
			Type: int 
		
		
			The X screen point coordinate 
		
	 
	- 
		
			y
		
	
 
	- 
		
			Type: int 
		
		
			The Y screen point coordinate 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also