Skip to main content
Home Forums General Silverlight New Features in Silverlight 3 WriteableBitmap and MultiScaleImage
3 replies. Latest Post by Min-Hong Tang - MSFT on November 8, 2009.
(0)
Dvladimir
Member
0 points
11 Posts
11-03-2009 8:26 AM |
In my application I use MultiScaleImage with customized MultiScaleTileSource and I want to use WriteableBitmap to make image from MultiScaleImage.
I have one problem: I got exception "WriteableBitmap has protected content. Pixel access is not allowed" if I trying to get pixels from WriteableBitmap
Tiles source and site are in one domain.
I have read that WriteableBitmap have problem with crossdomain requests but in my case there is no crossdomain requests.
Thanks,
Vladimir
bryant
Star
9937 points
1,629 Posts
11-04-2009 6:45 PM |
You might find an answer to this in this thread.
11-05-2009 1:00 AM |
I saw that thread, there is workaround but not answer.
In my case there is no crossdomain issue, it's over security madness.
If someone exposed criteria of "Protected Content" in case of MultiScaleImage It would be helpful.
Min-Hong...
Contributor
3619 points
412 Posts
11-08-2009 9:09 PM |
Hi,
Here is a good discussion about WriteableBitap's pixel access denied exception. You can check, It may solve your problem.
http://forums.silverlight.net/forums/t/118030.aspx
Best Regards