# C1.Document.Util.IImageWrapper.Draw

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_Util_IImageWrapper_Draw_" data-uid="C1.Document.Util.IImageWrapper.Draw*">Draw Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_Util_IImageWrapper_Draw_" data-uid="C1.Document.Util.IImageWrapper.Draw*"></a>
<h4 id="C1_Document_Util_IImageWrapper_Draw_GrapeCity_Documents_Drawing_GcGraphics_C1_Interop_Rect_" data-uid="C1.Document.Util.IImageWrapper.Draw(GrapeCity.Documents.Drawing.GcGraphics,C1.Interop.Rect)">Draw(GcGraphics, Rect)</h4>
<div class="markdown level1 summary"><p>Draws <span class="xref">GrapeCity.Documents.Drawing.IImage</span> to <span class="xref">GrapeCity.Documents.Drawing.GcGraphics</span></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[CLSCompliant(false)]
public void Draw(GcGraphics graphics, Rect dstRect)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;CLSCompliant(False)&gt;
Public Sub Draw(graphics As GcGraphics, dstRect 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><span class="xref">GcGraphics</span></td>
      <td><span class="parametername">graphics</span></td>
      <td><p>Instance of <span class="xref">GrapeCity.Documents.Drawing.GcGraphics</span></p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Interop.Rect.html">Rect</a></td>
      <td><span class="parametername">dstRect</span></td>
      <td><p>Rectangelt to draw</p>
</td>
    </tr>
  </tbody>
</table>
</div>
