views:

35

answers:

0

I've created an ActiveX control using Microsoft Visual C++ and I know I can use the CDC object provided on the onDraw method to draw on it, but these are raster graphics which don't look good.

Is there a vector drawing api which I could use?