[]
Renders a C1.WebStandards.Svg.C1SvgDoc into the specified drawingContext.
public static void DrawSvg(this CanvasDrawingSession drawingContext, C1SvgDoc doc, Brush currentColor, Rect? renderBox = null)
Public Shared Sub DrawSvg(drawingContext As CanvasDrawingSession, doc As C1SvgDoc, currentColor As Brush, Optional renderBox As Rect? = Nothing)
| Type | Name | Description |
|---|---|---|
| CanvasDrawingSession | drawingContext | The context where the Svg is drawn. |
| C1SvgDoc | doc | The document to render. |
| Brush | currentColor | The current color. |
| Rect? | renderBox | The rectangle in layout coordinates where the Svg is drawn |