GDI+ Tapering Lines/Curves

JBadry

New member
Joined
Jul 6, 2005
Messages
1
Programming Experience
5-10
I am trying to use GDI+ to draw a diagram similar to a tree and need to taper the lines/curves (gradual increasing or decreasing width of the curves). I've tried several things including paths but haven't had any luck. It seems that the path.widen(pen) doesn't work so well with curves / it starts drawing control lines of some sort instead of widening.

Any suggestions on how to approach this would be appreciated.

.. Jason Badry
 
Back
Top