Table of Contents

Constructor ResourceSvgConverter

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

ResourceSvgConverter(WpfDrawingSettings)

Initializes a new instance of the ResourceSvgConverter class with the specified drawing or rendering settings.

public ResourceSvgConverter(WpfDrawingSettings drawingSettings)

Parameters

drawingSettings WpfDrawingSettings

This specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.

ResourceSvgConverter(WpfResourceSettings)

public ResourceSvgConverter(WpfResourceSettings resourceSettings)

Parameters

resourceSettings WpfResourceSettings

ResourceSvgConverter(WpfDrawingSettings, WpfResourceSettings)

public ResourceSvgConverter(WpfDrawingSettings drawingSettings, WpfResourceSettings resourceSettings)

Parameters

drawingSettings WpfDrawingSettings
resourceSettings WpfResourceSettings