Tagged Questions
3
votes
1answer
158 views
WriteableBitmap access violation problem
The following code always causes an AccessViolationException in the Fill method when the last pixel (x = 255, y = 255) is accessed. However, if I use a size such as 200x200 it works. Same problem with ...
3
votes
1answer
576 views
Overlay WriteableBitmap with color
I'm trying to overlay a WriteableBitmap with a certain color in Silverlight. I have a black and white base image, which I'm using to create smaller WriteableBitmap images for a new composite image and ...
2
votes
2answers
462 views
WriteableBitmap in .NET 4
I have got a problem: I would like to use a method Render() for WriteableBitmap object. However, as I noticed, the method is not available without using a Silverlight assembly System.Windows.dll. I ...
0
votes
1answer
77 views
Loading Image in Silverlight
I want to create a WritableBitmap and display a bitmap from stream onto a Image object. How to do that in Silverlight. I am doing the following which is not working.
Image img = new Image();
...
0
votes
1answer
235 views
WriteableBitmap unavailable?
I've discovered what may be the perfect answer to a question on buffered drawing, but for some reason my version of VS2008 doesn't seem to have a WriteableBitmap? I've tried including the relevent ...