Performs substraction of two points.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Overrides Function Sub_T( _     ByVal p1 As Point, _     ByVal p2 As Point _  ) As Point  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			p1
		
	
 
	- 
		
			Type: Point 
		
		
			The first point 
		
	 
	- 
		
			p2
		
	
 
	- 
		
			Type: Point 
		
		
			The second point 
		
	 
	
		Return Value
  The resulting point
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also