[]
        
(Showing Draft Content)

C1.WinUI.Core.Svg.C1SvgHelper

C1SvgHelper Class

Helper for parsing and rendering Svg files.

Inheritance
C1SvgHelper
Namespace: C1.WinUI.Core.Svg
Assembly: C1.WinUI.Core.dll
Syntax
public static class C1SvgHelper
Public Module C1SvgHelper

Methods

Name Description
DrawSvg(CanvasDrawingSession, C1SvgDoc, Brush, Rect?)

Renders a C1.WebStandards.Svg.C1SvgDoc into the specified drawingContext.

Parse(Stream)

Parses the Svg stream into a C1.WebStandards.Svg.C1SvgDoc object.