GraphicsCache.DrawSvgImage(SvgImage, Point, ISvgPaletteProvider, Nullable<Single>) Method
Draws a vector image at the given coordinates.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public void DrawSvgImage(
SvgImage svgImage,
Point point,
ISvgPaletteProvider svgPalette,
float? forcedScaleFactor = null
)
Parameters
| Name | Type | Description |
|---|---|---|
| svgImage | SvgImage | The image to draw. |
| point | Point | Specifies the coordinates of the drawn image. |
| svgPalette | DevExpress.Utils.Design.ISvgPaletteProvider | An object that retrieves vector skin palettes. Vector image colors are slightly adjusted depending on the active palette. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| forcedScaleFactor | Nullable<Single> | null | The relation of the final image size to the original size of the source image. |
See Also