WpfSvgRenderer Constructors
A helper that allows you to render SVG images.| Name | Parameters | Description |
|---|---|---|
| WpfSvgRenderer(SvgImage, WpfSvgPalette, WpfSvgPalette, WpfSvgPalette, String, Boolean, Uri) | image, currentPalette, attachedPalette, basePalette, actualState, usePalette, imageUri | Initializes a new instance of the WpfSvgRenderer class with specified settings. |
| WpfSvgRenderer(SvgImage, WpfSvgPalette, String) | image, basePalette, actualState | Initializes a new instance of the WpfSvgRenderer class with the specified settings. |
| WpfSvgRenderer(SvgImage, Func<WpfSvgPalette>, Func<WpfSvgPalette>, Func<WpfSvgPalette>, String, Boolean, Uri) | image, getCurrentPalette, getAttachedPalette, getBasePalette, actualState, usePalette, imageUri | Initializes a new instance of the WpfSvgRenderer class with specified settings. |
See Also