Click or drag to resize
ResourceDictionaryWriter Methods

The ResourceDictionaryWriter type exposes the following members.

Methods
  NameDescription
Public methodAddFile
Adds a metafile to the ResourceDictionary as WPF Shapes.
Public methodAddGeometryFile
Adds a metafile file to the ResourceDictionary as Geometry.
Public methodAddGeometryStream
Adds a metafile from stream to the ResourceDictionary as Geometry.
Public methodAddStream
Adds a metafile from stream to the ResourceDictionary as WPF Shapes.
Public methodGetXaml
Gets the xaml string of the ResourceDictionary with all added metafile objects as resources.
Public methodReset
Resets the collected metafiles so a new ResourceDictionary can be created.
Top
See Also