Paint Brush in Silverlight
-
Hi All, I am trying to learn Silverlight, and for my exercise I am trying to build a application like ms paint in silverlight with some addition features like ability to resize objects (circles, rectangles etc). I am facing lots of difficulties. Is it even possible to do that in silverlight? thanks
-
Hi All, I am trying to learn Silverlight, and for my exercise I am trying to build a application like ms paint in silverlight with some addition features like ability to resize objects (circles, rectangles etc). I am facing lots of difficulties. Is it even possible to do that in silverlight? thanks
logicon wrote:
I am facing lots of difficulties.
With what part(s)? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Hi All, I am trying to learn Silverlight, and for my exercise I am trying to build a application like ms paint in silverlight with some addition features like ability to resize objects (circles, rectangles etc). I am facing lots of difficulties. Is it even possible to do that in silverlight? thanks
Building a PaintBrush in Silverlight is not that hard (the painting part). Where you would get troubles is in export the image to jpeg or printing, you have to duplicate your drawing code in the server side using GDI+ (well that's if you use an starndard hosting, some people has made some cheats using WPF on the server side). HTH Braulio
/// ------------------------- Braulio Díez DBSchemaEditor.com Free Silverlight based DB Schema Modeling Tool /// -------------------------