GraphicsCache.DrawSvgImage(SvgImage, Point, ISvgPaletteProvider) Method
Draws a vector image at the given coordinates.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public void DrawSvgImage(
SvgImage svgImage,
Point point,
ISvgPaletteProvider svgPalette
)
Parameters
Name | Type | Description |
---|---|---|
svgImage | SvgImage | The vector image to draw. |
point | Point | A Point structure that specifies the coordinates for the drawn image. |
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