Topic: appgraphics shapes

Since circular and elliptical arcs are smooth shapes supported by appgraphics, I think Bezier segments (at least planar ones) should be possible.

Re: appgraphics shapes

It should be possible.  I'll see about adding it.

Jeff Armstrong
Approximatrix, LLC

Re: appgraphics shapes

Would be much appreciated. In general, what's the trick of producing a smooth curve. Using pixels as coordinates produces too facetted a curve.

Re: appgraphics shapes

Hi Jeff, have you had a chance to look into the Bezier curve shape?

Re: appgraphics shapes

I've looked into it a bit.  I haven't implemented it yet, though.  It shouldn't be too hard as they are supported by the Windows API, but it might take some thought to make the AppGraphics version easy to use.

Jeff Armstrong
Approximatrix, LLC

Re: appgraphics shapes

Thanks

Re: appgraphics shapes

I see that the cubic Bezier curve has been added as a shape type in appgraphics. Thanks. I'm in the process of testing out. Willl let you know the results