GraphicsCache.DrawSvgImage(SvgImage, Rectangle, ISvgPaletteProvider) Method
Draws a vector image
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public void DrawSvgImage(
SvgImage svgImage,
Rectangle destRect,
ISvgPaletteProvider svgPalette
)
Parameters
Name | Type | Description |
---|---|---|
svgImage | SvgImage | The image to draw. |
destRect | Rectangle | A Rectangle structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. |
svgPalette | DevExpress.Utils.Design.ISvgPaletteProvider | An object that retrieves vector skin palettes. Vector image colors are slighly adjusted depending on the active palette. |
See Also