trying to rotate a bitmapImage 90 degrees but have been unable so far.
doesn't actually work. TransformedBitmap type does not exist and and BitmapImage has no .beginInit() and .EndInit() methods
I already have added
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Media.Imaging;
have MS forgot to update their documentation, am I doing something wrong or is this actually not meant for Windows 8?
http://msdn.microsoft.com/en-us/library/windows/apps/windows.graphics.imaging.bitmaptransform.aspx I also found this but were unable to find an example of using it.