[C# Helper]
Index Books FAQ Contact About Rod
[Beginning Database Design Solutions, Second Edition]

[Beginning Software Engineering, Second Edition]

[Essential Algorithms, Second Edition]

[The Modern C# Challenge]

[WPF 3d, Three-Dimensional Graphics with WPF and C#]

[The C# Helper Top 100]

[Interview Puzzles Dissected]

[C# 24-Hour Trainer]

[C# 5.0 Programmer's Reference]

[MCSD Certification Toolkit (Exam 70-483): Programming in C#]

Title: Draw three circles and find their tangent circles in C#

[Draw three circles and find their tangent circles in C#]

This example is similar to previous one Find circles that are tangent to three given circles (Apollonius' Problem) in C# except it lets you click and drag to draw the three given circles. It then finds the (up to) 8 tangent circles.

For more information see the previous example and the links it mentions.

Download the example to experiment with it and to see additional details.

© 2009-2023 Rocky Mountain Computer Consulting, Inc. All rights reserved.