Skip to main content
All docs
V26.1
  • GraphicsCache.DrawSvgImage(SvgImage, Point, ISvgPaletteProvider) Method

    Draws a vector image at the given coordinates.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v26.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