creativity in code.

creativity is that spark of electricity before an explosion.
it allows us, in a single instance to explore all possibilities without hesitation.

Programming - Silvelight 2 - Working out dimensions of a dynamically loaded image


Silverlight is an excellent platform, but lacks the ability to inspect a dynamically loaded image's size until rendered. So here is a snippet to do just that.

Uri path = new Uri(“YOUR URL”, UriKind.Absolute);