Image Path Data
WPF
1
Posts
1
Posters
2
Views
1
Watching
-
I came across this site that converts a PNG's to XAML: [Convert PNG To XAML Online Free - PNG To XAML converter](https://products.aspose.app/diagram/en/conversion/png-to-xaml) What I'm hoping for is to convert images to path data so I can change the colors at runtime. I gave it a PNG and it produced this:
The question is, how would you use this in button? Also, near the bottom is this
ImageSource='_Resources/image1.png'
So it's using an ImageBrush to paint the image. I'm looking for path data to draw the image.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.