UtilityEx.GetLinesTangentToTwoCircles (Circle, Circle) Method

Computes the segments tangent to two given circles or arcs.
Public Shared Function GetLinesTangentToTwoCircles( _ 
ByVal c1 As Circle, _ 
ByVal c2 As Circle
) As Line()
This language is not supported or no code example is available.
public static Line[] GetLinesTangentToTwoCircles( 
Circle c1
Circle c2 
)
This language is not supported or no code example is available.

Parameters

c1
Circle

The first circle.

c2
Circle

The first circle.

Return Value

Line[]

The array of lines tangent to both circles. For arcs, it returns only the lines that touch them.

.NET Framework

Supported in: 4.8

In this article

Definition