Skip to main content
Home Forums Silverlight Programming Programming with .NET - General How to use silverlight to develop a drawing board? Which class library I should use?
2 replies. Latest Post by StefanWick on December 9, 2008.
(0)
icewizardry
Member
3 points
5 Posts
12-08-2008 9:40 PM |
How to use silverlight to develop a drawing board? Which class library I should use?
I want to develop a program which can use mouse to draw or write something and save to a picture.
Thanks.
ken tucker
All-Star
16194 points
2,468 Posts
12-08-2008 9:42 PM |
The InkPresenter class
http://msdn.microsoft.com/en-us/magazine/cc721604.aspx
StefanWick
Contributor
2864 points
438 Posts
12-09-2008 11:08 AM |
Here are a couple of samples that use InkPresenter to demonstrate simple drawing / handwriting scenarios:
http://blogs.msdn.com/swick/archive/2008/10/14/silverlight-2-released-write-on.aspxhttp://blogs.msdn.com/swick/archive/2008/12/01/custom-ink-rendering-in-silverlight-2.aspxhttp://blogs.msdn.com/swick/archive/2008/11/30/erasing-ink-in-silverlight-2.aspxhttp://blogs.msdn.com/swick/archive/2008/11/01/storing-ink-in-isolatedstorage-with-silverlight-2.aspx
Hope this helps.
Thanks, Stefan Wick