Skip to main content

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

Draws the image into the DrawingContext object.

Namespace: DevExpress.Xpf.Core.Native

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

NuGet Package: 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