Tagged Questions
1
vote
1answer
106 views
What is the best way to copy / clone brushes?
Before drawing a shape on a canvas I have a preview that displays how the shape will look. I can adjust the opacity and then draw the shape. I may then wish to draw a second shape with a different ...
1
vote
1answer
705 views
Silverlight Drawingbrush
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 ...
0
votes
1answer
425 views
Create Custom Brush With Png(transparent) Image and a Background Color
I want to create a custom brush in WPF that will be applied to a rectangle.
Fill= myCustomBrush.
theCustomBrush contains a png image (ImageBrush) ,and contanins a color in background ...