Questions tagged [bitmapframe]
17 questions
0
votes
1 answer
Saving Windows.Media.Drawing with BmpBitmapEncoder black image - how to remove alpha?
I'm using SVG# (http://sharpvectors.codeplex.com/), to batch convert SVG files to other formats. The SVG images being converted are black line drawings with no background. I've little experience with WPF or the System.Windows.Media namespace, so…

Jack
- 425
- 4
- 12
0
votes
0 answers
WPF - How to get the URI Source of an Image?
I want to get the URI Source of an image that has been created in XAML. The source of the image is a BitmapFrame. I know you can use BitmapImage.UriSource for BitmapImages, but what about BitmapFrames?
To get the BitmapFrame I use:
private void…

msbg
- 4,852
- 11
- 44
- 73