Is there a way to get the original image size in terms of width and height of a png image that is loaded in an image control?
|
|
|||||
|
|
|
How about - in your code behind file (.xaml.cs) reload the image into a new image control and take the width and height from that? Something like this:
|
||
|
|
|
I have downloaded silverlight 3 beta which provides the event ImageOpened which has arguments that can show the actual image dimentions |
||
|
|
