| ResourceDictionaryWriter Methods |
The ResourceDictionaryWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFile |
Adds a metafile to the ResourceDictionary as WPF Shapes.
| |
| AddGeometryFile |
Adds a metafile file to the ResourceDictionary as Geometry.
| |
| AddGeometryStream |
Adds a metafile from stream to the ResourceDictionary as Geometry.
| |
| AddStream |
Adds a metafile from stream to the ResourceDictionary as WPF Shapes.
| |
| GetXaml |
Gets the xaml string of the ResourceDictionary with all added metafile objects as resources.
| |
| Reset |
Resets the collected metafiles so a new ResourceDictionary can be created.
|