Top "Bitmapsource" questions

Bitmapsource represents a single, constant set of pixels at a certain size and resolution.

Why does BitmapSource.Create throw an ArgumentException?

I'm trying to get an bitmap created from raw data to show in WPF, by using an Image and a …

c# bitmapsource stride
In WPF, can I share the same image resource between 2 buttons

I want to create a On/Off button in WPF and I want it to change its appearance when the …

c# wpf xaml resourcedictionary bitmapsource
C# WPF BitmapSource Memory Leak?

I'm developing a BlackJack program which shows a BlackJack Table, cards, etc. The plan is that it'll be playing thousands …

c# wpf memory-leaks bitmapsource