Constructor SvgConverter
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
SvgConverter()
Initializes a new instance of the SvgConverter class with the default parameters and settings.
protected SvgConverter()
SvgConverter(WpfDrawingSettings)
Initializes a new instance of the SvgConverter class with the specified drawing or rendering settings.
protected SvgConverter(WpfDrawingSettings settings)
Parameters
settings
WpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.
SvgConverter(bool, bool, WpfDrawingSettings)
Initializes a new instance of the SvgConverter class with the specified drawing or rendering settings and the saving options.
protected SvgConverter(bool saveXaml, bool saveZaml, WpfDrawingSettings settings)
Parameters
saveXaml
boolThis specifies whether to save result object tree in XAML file.
saveZaml
boolThis specifies whether to save result object tree in ZAML file. The ZAML is simply a G-Zip compressed XAML format, similar to the SVGZ.
settings
WpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.