Namespace:
CADImport.Professional
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Shared Function CirclesIntersections( _ ByVal center1 As DPoint, _
 ByVal radius1 As Double, _
 ByVal center2 As DPoint, _
 ByVal radius2 As Double _
 ) As List(Of DPoint)
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			center1
		
	
- 
		
			Type: DPoint 
		 
			 
		 
	- 
		
			radius1
		
	
- 
		
			Type: double 
		 
			 
		 
	- 
		
			center2
		
	
- 
		
			Type: DPoint 
		 
			 
		 
	- 
		
			radius2
		
	
- 
		
			Type: double 
		 
			 
		 
 
	
		 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