vote up 1 vote down star

I'm new in Silverlight, and I'm looking for something like a drawing brush on Silverlight without success. I saw Tamir Khason blog on building a drawing brush in Silverlight and i download the code without any success i'm taking about the next link:

http://www.codeproject.com/KB/silverlight/Silverlight-DrawingBrush.aspx

Can someone find the way to implement the DrawingBrush???

Thanks. Eyal

flag
What are the key features you want from the drawing brush? Is it the tiling or the ability to draw XAML as a brush? – John Sep 30 at 7:25

1 Answer

vote up 0 vote down

There is no direct support. You need to write code with the WritableBitmap class available in Silverlight 3. We were able to create a VisualBrush kind of thing using the WritableBitmap.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.