Drawing Performance
WPF
4
Posts
2
Posters
0
Views
1
Watching
-
Hi, I was wondering what is better for performance in WPF. Drawing in code or using image files. and if so, what is the best format Thanks
Well, I think so using images is faster, but with XAML you can draw vector shapes as well as shapes in Flash. It depends your want.
-
Well, I think so using images is faster, but with XAML you can draw vector shapes as well as shapes in Flash. It depends your want.
-
If I wanna design an application , I'll use XAML code.