Top "Writeablebitmap" questions

How to dispose a Writeable Bitmap? (WPF)

Some time ago i posted a question related to a WriteableBitmap memory leak, and though I received wonderful tips related …

memory dispose writeablebitmap
Convert ImageSource to WriteableBitmap in Metro Windows 8

I was wondering how I could go about converting an ImageSource object (in my case the source property of an …

c# windows-runtime windows-store-apps writeablebitmap imagesource
Resizing WritableBitmap

I have created a WriteableBitmap in Gray16 format. I want to resize this WriteableBitmap to my known dimention preserving the …

c# wpf writeablebitmap
WPF/WinForms/GDI interop: converting a WriteableBitmap to a System.Drawing.Image?

How can I convert a WPF WriteableBitmap object to a System.Drawing.Image? My WPF client app sends bitmap data …

c# wpf winforms writeablebitmap winforms-interop