The constructor of WriteableBitmap
class with Windows 8 only takes two arguments: the height and the width of this object. Meanwhile with Silverlight it accepts a BitmapImage
object as argument. (Verified on MSDN : WriteableBitmap.WriteableBitmap constructor)
I would like to load this BitmapImage
because I'm trying to blur an image which already exists on my Assets folder.