views:

348

answers:

1

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

A: 

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.

Joymon