|
Net-Framework/WPF/Images
WPF: Load images as thumbnails
|
04.01.2017 6527
|
WPF: Load images as thumbnails
How can you load an image as preview thumbnail in WPF?
Solution:
If you load WPF images, then you first have to create a BitmapImage
This BitmapImage has to set the property: DecodePixelWidth so that pixels are skipped when reading
|