Is there any way to开发者_如何学Python change BitmapImage size in code? (Silverlight)
You may try this approach. Do you need to support a specific Silverlight version?
EDIT: I have found WriteableBitmapEx to be really versatile and useful. Look at teichgraf's reply in the same thread for an example of how to use it.
HTH, indyfromoz
精彩评论