Returns a new point recieved by addition or subtraction of two specified points.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Shared Function Offset( _     ByVal pt As DPoint, _     ByVal offset As DPoint, _     ByVal add As Boolean _  ) As DPoint  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			pt
		
	
 
	- 
		
			Type: DPoint 
		
		
			The first point 
		
	 
	- 
		
			offset
		
	
 
	- 
		
			Type: DPoint 
		
		
			An offset point 
		
	 
	- 
		
			add
		
	
 
	- 
		
			Type: bool 
		
		
			if true then offset would be added to pt else offset would be removed from pt 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also