# C1.Win.Document.Util.C1DXExportGraphics.GetBrushImage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Document_Util_C1DXExportGraphics_GetBrushImage_" data-uid="C1.Win.Document.Util.C1DXExportGraphics.GetBrushImage*">GetBrushImage Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Document_Util_C1DXExportGraphics_GetBrushImage_" data-uid="C1.Win.Document.Util.C1DXExportGraphics.GetBrushImage*"></a>
<h4 id="C1_Win_Document_Util_C1DXExportGraphics_GetBrushImage_C1_Document_C1Brush_C1_Interop_Point_C1_Interop_Size_" data-uid="C1.Win.Document.Util.C1DXExportGraphics.GetBrushImage(C1.Document.C1Brush,C1.Interop.Point,C1.Interop.Size)">GetBrushImage(C1Brush, Point, Size)</h4>
<div class="markdown level1 summary"><p>Gets the brush image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected IImage GetBrushImage(C1Brush brush, Point dpi, Size size)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Function GetBrushImage(brush As C1Brush, dpi As Point, size As Size) As IImage</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">C1Brush</span></td>
      <td><span class="parametername">brush</span></td>
      <td><p>A <span class="xref">C1.Document.C1Brush</span> object.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Point</span></td>
      <td><span class="parametername">dpi</span></td>
      <td><p>The DPI value.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Size</span></td>
      <td><span class="parametername">size</span></td>
      <td><p>The size of image.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">IImage</span></td>
      <td><p>A <a class="xref" href="C1.Win.Document.C1Image.html">C1Image</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
