Skip to main content
A newer version of this page is available. .

WpfSvgRenderer.DrawToDrawingContext(SvgImage, WpfSvgPalette, DrawingContext, String) Method

Draws the image into the DrawingContext object.

Namespace: DevExpress.Xpf.Core.Native

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

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

Parameters

Name Type
image SvgImage
palette WpfSvgPalette
drawingContext DrawingContext

Optional Parameters

Name Type Default
state String *null*

Remarks

Tip

Topic: SVG Images

See Also