Draw arc
I need to draw an arc . The arc has three control points: two end points and the middle point of the arc.
May be somebody has a code to draw arc.
The problem that I can't use CDC::ARC and AngleArc funtions.
I should write my own function.
Thank you .
May be somebody has a code to draw arc.