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