# C1.Document.Util.C1HtmlGraphics.WriteLink

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_Util_C1HtmlGraphics_WriteLink_" data-uid="C1.Document.Util.C1HtmlGraphics.WriteLink*">WriteLink Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_Util_C1HtmlGraphics_WriteLink_" data-uid="C1.Document.Util.C1HtmlGraphics.WriteLink*"></a>
<h4 id="C1_Document_Util_C1HtmlGraphics_WriteLink_System_String_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.WriteLink(System.String,C1.Interop.Rect)">WriteLink(string, Rect)</h4>
<div class="markdown level1 summary"><p>Adds rectangles surrounded by A tag with HREF to the end of SVG content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void WriteLink(string url, Rect bounds)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub WriteLink(url As String, bounds As Rect)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">url</span></td>
      <td><p>The URL address.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Interop.Rect.html">Rect</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>The bounds for the URL address.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
