Click or drag to resize
AB4D logo

ResourceDictionaryWriter Methods

The ResourceDictionaryWriter type exposes the following members.

Methods
  NameDescription
Public methodAddFile
Adds a svg or svgz file to the ResourceDictionary as WPF Shapes.
Public methodAddGeometryFile
Adds a svg or svgz file to the ResourceDictionary as Geometry.
Public methodAddGeometryStream
Adds a svg or svgz from stream to the ResourceDictionary as Geometry.
Public methodAddStream
Adds a svg or svgz from stream to the ResourceDictionary as WPF Shapes.
Protected methodCreateReaderSvg
Creates a new instance of Ab2d.ReaderSvg class. Can be overridden to specify some special properties to created ReaderSvg.
Protected methodCode exampleCreateXamlWriterSettings
Creates a BaseXamlWriterSettings. It can be overriden to provide different Xaml settings or use SilverlightXamlWriterSettings.
Protected methodGetRootResourceKey
GetRootResourceKey gets the name of the resource object that added by any Read method on ResourceDictionaryWriter.
Public methodGetXaml
Gets the xaml string of the ResourceDictionary with all added svg objects as resources.
Protected methodReadSvgFile
Reads svg file as shapes.
Protected methodReadSvgStream
Reads svg stream as shapes.
Public methodReset
Resets the collected svg files so a new ResourceDictionary can be created.
Protected methodResolveResourceKeyCallback
ResolveResourceKeyCallback is used to change the recommendedKey that is used for resources
Top
See Also