C# Drawing Arc with 3 Points
Posted
by Keeper
on Stack Overflow
See other posts from Stack Overflow
or by Keeper
Published on 2010-05-24T15:28:22Z
Indexed on
2010/05/24
15:31 UTC
Read the original article
Hit count: 260
Hi, I need to draw an arc using GraphicsPath and having initial, median and final points. The arc has to pass on them.
I tried .DrawCurve and .DrawBezier but the result isn't exactly an arc.
What can I do?
© Stack Overflow or respective owner