A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nikita Tsukanov 90a4915549 Implemented WritableBitmap 9 years ago
..
FramebufferRenderResultsShouldBeUsableAsBitmap_Bgra8888.expected.png Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor 9 years ago
FramebufferRenderResultsShouldBeUsableAsBitmap_Rgb565.expected.png Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor 9 years ago
FramebufferRenderResultsShouldBeUsableAsBitmap_Rgba8888.expected.png Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor 9 years ago
WritableBitmapShouldBeUsable_Bgra8888.expected.png Implemented WritableBitmap 9 years ago
WritableBitmapShouldBeUsable_Rgba8888.expected.png Implemented WritableBitmap 9 years ago