Discussion:
Graphics Library
Gabriel
2007-06-20 06:49:12 UTC
Permalink
Hello,

Do you know, free, graphics library ? To display curve for example


Regards,

===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Efran Cobisi
2007-06-20 07:43:59 UTC
Permalink
Hi Gabriel,

At the server side you could use the GDI+ system, available through the
System.Drawing assembly included within the .NET framework itself. See
more info at [1].
At the client side there is a very nice javascript vector graphics
library, made by Walter Zorn, available for free at [2].

[1] http://msdn2.microsoft.com/en-us/library/system.drawing(VS.80).aspx
[2] http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm

Hope this helps.

--
Efran Cobisi
http://www.cobisi.com
Post by Gabriel
Hello,
Do you know, free, graphics library ? To display curve for example
Regards,
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor� http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Gabriel
2007-06-20 07:54:54 UTC
Permalink
Thanks Efran,

Is it possible to generate on the server side an image (jpg) and use this
image on the client side ? Is there a control for that ?

Regards,


[1] http://msdn2.microsoft.com/en-us/library/system.drawing(VS.80).aspx
Post by Efran Cobisi
[2] http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm
===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Efran Cobisi
2007-06-20 08:14:03 UTC
Permalink
Sure, it is possible. A specific control doesn't exist within ASP.NET
but you should find third party ones easily.
However, writing the code by yourself should be easy as well; take a
look at this page [1] for a sample.

[1] http://www.15seconds.com/issue/020924.htm

Hope this helps.

--
Efran Cobisi
http://www.cobisi.com
Post by Gabriel
Thanks Efran,
Is it possible to generate on the server side an image (jpg) and use this
image on the client side ? Is there a control for that ?
Regards,
[1] http://msdn2.microsoft.com/en-us/library/system.drawing(VS.80).aspx
Post by Efran Cobisi
[2] http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Gabriel
2007-06-20 08:18:46 UTC
Permalink
Post by Efran Cobisi
but you should find third party ones easily.
It's not easy at all to find FREE third party .... If you have a list you
can send me :)

Regards,

===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Continue reading on narkive:
Loading...