# C1.Win.Tile.CommonImage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_CommonImage" data-uid="C1.Win.Tile.CommonImage" class="text-break">CommonImage Class
</h1>
  <div class="markdown level0 summary"><p>Represents an image or set of images that can be referenced
from an <a class="xref" href="C1.Win.Tile.ImageElement.html">ImageElement</a>.</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">CommonImage</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_CommonImage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class CommonImage : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class CommonImage
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Tile_CommonImage__ctor_C1_Win_Tile_C1TileControl_" data-uid="C1.Win.Tile.CommonImage.#ctor(C1.Win.Tile.C1TileControl)">
          <a class="xref" href="C1.Win.Tile.CommonImage.-ctor.html#C1_Win_Tile_CommonImage__ctor_C1_Win_Tile_C1TileControl_">CommonImage(C1TileControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Tile.CommonImage.html">CommonImage</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Tile_CommonImage_Image" data-uid="C1.Win.Tile.CommonImage.Image">
          <a class="xref" href="C1.Win.Tile.CommonImage.Image.html#C1_Win_Tile_CommonImage_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image. It may consist of several rows and/or columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_CommonImage_ImageColumns" data-uid="C1.Win.Tile.CommonImage.ImageColumns">
          <a class="xref" href="C1.Win.Tile.CommonImage.ImageColumns.html#C1_Win_Tile_CommonImage_ImageColumns">ImageColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in the compound image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_CommonImage_ImageRows" data-uid="C1.Win.Tile.CommonImage.ImageRows">
          <a class="xref" href="C1.Win.Tile.CommonImage.ImageRows.html#C1_Win_Tile_CommonImage_ImageRows">ImageRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number rows in the compound image.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Win_Tile_CommonImage_Dispose" data-uid="C1.Win.Tile.CommonImage.Dispose">
          <a class="xref" href="C1.Win.Tile.CommonImage.Dispose.html#C1_Win_Tile_CommonImage_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
