let image = WriteableBitmap(100, 100, 300.0, 300.0, Media.PixelFormats.Bgra32, null);
let pixel = image.Pixels
Error 2 The field, constructor or member 'Pixels' is not defined
WriteableBitmap.Pixels Property MSDN
Why not defined?
Is this a framework issue? or ... scope? or ?
Thanks