Is there any way to 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