Skip to main content
All docs
V26.1
  • WpfSvgRenderer.DrawToDrawingContext(SvgImage, WpfSvgPalette, WpfSvgPalette, DrawingContext, String) Method

    Draws the image into the DrawingContext object.

    Namespace: DevExpress.Xpf.Core.Native

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void DrawToDrawingContext(
        SvgImage image,
        WpfSvgPalette palette,
        WpfSvgPalette basePalette,
        DrawingContext drawingContext,
        string state = null
    )

    Parameters

    Name Type
    image SvgImage
    palette WpfSvgPalette
    basePalette WpfSvgPalette
    drawingContext DrawingContext

    Optional Parameters

    Name Type Default
    state String null

    Remarks

    Tip

    Topic: SVG Images

    See Also