# C1.iOS.Core.Svg.C1SvgHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_Svg_C1SvgHelper" data-uid="C1.iOS.Core.Svg.C1SvgHelper" class="text-break">C1SvgHelper Class
</h1>
  <div class="markdown level0 summary"><p>Helper for parsing and rendering Svg files.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1SvgHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Core.Svg.html">C1.iOS.Core.Svg</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Core.dll</h6>
  <h5 id="C1_iOS_Core_Svg_C1SvgHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class C1SvgHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module C1SvgHelper</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_Svg_C1SvgHelper_DrawSvg_CoreGraphics_CGContext_C1_WebStandards_Svg_C1SvgDoc_CoreAnimation_CALayer_System_Nullable_CoreGraphics_CGRect__" data-uid="C1.iOS.Core.Svg.C1SvgHelper.DrawSvg(CoreGraphics.CGContext,C1.WebStandards.Svg.C1SvgDoc,CoreAnimation.CALayer,System.Nullable{CoreGraphics.CGRect})">
          <a class="xref" href="C1.iOS.Core.Svg.C1SvgHelper.DrawSvg.html#C1_iOS_Core_Svg_C1SvgHelper_DrawSvg_CoreGraphics_CGContext_C1_WebStandards_Svg_C1SvgDoc_CoreAnimation_CALayer_System_Nullable_CoreGraphics_CGRect__">DrawSvg(CGContext, C1SvgDoc, CALayer, CGRect?)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a <span class="xref">C1.WebStandards.Svg.C1SvgDoc</span> into the specified <code class="paramref">drawingContext</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_Svg_C1SvgHelper_Parse_System_IO_Stream_" data-uid="C1.iOS.Core.Svg.C1SvgHelper.Parse(System.IO.Stream)">
          <a class="xref" href="C1.iOS.Core.Svg.C1SvgHelper.Parse.html#C1_iOS_Core_Svg_C1SvgHelper_Parse_System_IO_Stream_">Parse(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the Svg stream into a <span class="xref">C1.WebStandards.Svg.C1SvgDoc</span> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
