Hello,
| Quote: |  | |
|
> I would like to import a vector image (which is in a database, but
> this is not my point) in a WPF application. I can find function to
> load bitmap image but can't see no way to import svg/emf/eps...
> images. Is it a limitation of WPF ?
| |
| | |
Avalon can't be aware of all the possible vector formats … You'll have to
use an utility to convert them into the vector XAML format first. After that,
they could be loaded right away as vector images.
(H) Serge