# C1.Win.FlexGrid.GridGlyphs.GetIconImage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_GridGlyphs_GetIconImage_" data-uid="C1.Win.FlexGrid.GridGlyphs.GetIconImage*">GetIconImage Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_GridGlyphs_GetIconImage_" data-uid="C1.Win.FlexGrid.GridGlyphs.GetIconImage*"></a>
<h4 id="C1_Win_FlexGrid_GridGlyphs_GetIconImage_C1_Win_FlexGrid_GlyphEnum_C1_Win_FlexGrid_CellStyle_C1_Win_FlexGrid_IconsStyle_" data-uid="C1.Win.FlexGrid.GridGlyphs.GetIconImage(C1.Win.FlexGrid.GlyphEnum,C1.Win.FlexGrid.CellStyle,C1.Win.FlexGrid.IconsStyle)">GetIconImage(GlyphEnum, CellStyle, IconsStyle)</h4>
<div class="markdown level1 summary"><p>Returns image generated from the vectorial icon.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Image GetIconImage(GlyphEnum glyph, CellStyle cs, IconsStyle iconsStyle = IconsStyle.Default)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetIconImage(glyph As GlyphEnum, cs As CellStyle, Optional iconsStyle As IconsStyle = IconsStyle.Default) As Image</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="C1.Win.FlexGrid.GlyphEnum.html">GlyphEnum</a></td>
      <td><span class="parametername">glyph</span></td>
      <td><p>The type of glyph image to return.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.FlexGrid.CellStyle.html">CellStyle</a></td>
      <td><span class="parametername">cs</span></td>
      <td><p>The style of cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.FlexGrid.IconsStyle.html">IconsStyle</a></td>
      <td><span class="parametername">iconsStyle</span></td>
      <td><p>The <a class="xref" href="C1.Win.FlexGrid.IconsStyle.html">IconsStyle</a> of glyph.</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
