draw vector images runtime?

  • Thread starter Thread starter Angelo
  • Start date Start date
A

Angelo

Hi,

Are there (free) components, where I can let users draw elipses, boxes and
type text on a form?
and also that these objects can be deleted and saved?

I know that you can use GDI+ to draw lines etc, but that's not user
interactive.
To create such features myself would be a lot of work and probably done many
times by others...

Do you have any suggestions?

thanks!
Angelo
 
The VG.net run-time is free and freely redistributable. You can either
download the lite version of the designer, or just the SDK. Both include the
run-time engine. All the graphical objects have mouse events, which can be
attached in the designer. The run-time is optimized.

Get the designer at this address. It includes samples:
http://www.vgdotnet.com/downloads.shtml

If you don't have VS 2003, or don't want the full install, the runtime only:
http://www.vgdotnet.com/support_files/SDK_2.2.1022.zip

Regards,
Frank Hileman

check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor
 
Back
Top