Returns a new point recieved by addition or subtraction of two specified points.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Function Offset( _ ByVal offset As DPoint, _
 ByVal add As Boolean _
 ) As DPoint
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			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
		
		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