Just wondering how if it is possible to draw onto something, with GDI+, that can then be saved to some kind of vector format?
Thanks
Kris
Printable View
Just wondering how if it is possible to draw onto something, with GDI+, that can then be saved to some kind of vector format?
Thanks
Kris
C# with Vector
http://www.codeproject.com/KB/recipes/VectorType.aspx
Ok... no good:
A. I want to be able to SAVE as a vector format
B. I want to be able to draw stuff using GDI+ and output it to a vector, not custom functions etc
Kris