Skip to main content

Microsoft Silverlight

MultiScaleImage loses the image resolution after ScaleTransform RSS Feed

(0)

wtchou
wtchou

Member

Member

0 points

2 Posts

MultiScaleImage loses the image resolution after ScaleTransform

MultiScaleImage control loses the image resolution after ScaleTransform to enlarge the image size. 

For example,

<MultiScaleImage Width="160" Height="120" Source="PICT1598/info.bin" >     <MultiScaleImage.RenderTransform>          <TransformGroup>              <ScaleTransform ScaleX="3" ScaleY="3"/>          </TransformGroup>     </MultiScaleImage.RenderTransform>

</MultiScaleImage>

But, Image control get the right resolution (480x360).

 

Wilfred Pinto
Wilfred ...

Participant

Participant

1308 points

258 Posts

Re: MultiScaleImage loses the image resolution after ScaleTransform

Yep, I have the same problem. I have an example here http://projectsilverlight.blogspot.com/2008/03/dissecting-hard-rock-memorabilia-and_31.html

Getting out of full screen mode doesn't work as expected.

Wilfred Pinto
http://projectsilverlight.blogspot.com


Please remember to mark the replies as answers if they help answer your question.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities