how to create own set of tool palette?
-
Hi, I would like to ask anyone have any ideas how to create own set of tool palette such as pen tool,brushes using Silverlight? Thx. Regards, Katelva
katelva wrote:
I would like to ask anyone have any ideas how to create own set of tool palette such as pen tool,brushes using Silverlight?
You mean, you want to create your own pen tool or brushes in Silverlight? Why? Silverlight already have path and brushes so why don't you use them?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
katelva wrote:
I would like to ask anyone have any ideas how to create own set of tool palette such as pen tool,brushes using Silverlight?
You mean, you want to create your own pen tool or brushes in Silverlight? Why? Silverlight already have path and brushes so why don't you use them?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Do you mean I can use the path in Silverlight? Can you teach me how to access the path and brushes of silverlight? Coz I would like to create something like paint application online? When user clicks on the pen tool, then the user can draw online? Thanks Regards, Katelva
-
Do you mean I can use the path in Silverlight? Can you teach me how to access the path and brushes of silverlight? Coz I would like to create something like paint application online? When user clicks on the pen tool, then the user can draw online? Thanks Regards, Katelva
katelva wrote:
I would like to create something like paint application online? When user clicks on the pen tool, then the user can draw online?
Yes. Actually, there are one online application for that. Please take a look at SilverInk[^] and tutorial[^] I think you are very new to Silverlight. Otherwise, you won't ask how to use the path and brushes in Silverlight. Please take a look at Silverlight Quick Start[^]. You can learn how to use Silverlight from that page. then, you can focus on how to drag and drop in Silverlight. after that, you will be able to create Silverlight paint.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)