# C1.Win.Gauge.C1GaugeImage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeImage" data-uid="C1.Win.Gauge.C1GaugeImage" class="text-break">C1GaugeImage Class
</h1>
  <div class="markdown level0 summary"><p>Draws an image.</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"><a class="xref" href="C1.Win.Gauge.C1GaugeBaseShape.html">C1GaugeBaseShape</a></div>
    <div class="level2"><span class="xref">C1GaugeImage</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_C1GaugeImage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeImage : C1GaugeBaseShape, ICloneable, IDisposable, ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeImage
    Inherits C1GaugeBaseShape
    Implements ICloneable, IDisposable, ICustomTypeDescriptor</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_Gauge_C1GaugeImage__ctor" data-uid="C1.Win.Gauge.C1GaugeImage.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.-ctor.html#C1_Win_Gauge_C1GaugeImage__ctor">C1GaugeImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the shape.</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_Gauge_C1GaugeImage_CommonImageName" data-uid="C1.Win.Gauge.C1GaugeImage.CommonImageName">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.CommonImageName.html#C1_Win_Gauge_C1GaugeImage_CommonImageName">CommonImageName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the image template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_FlipType" data-uid="C1.Win.Gauge.C1GaugeImage.FlipType">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.FlipType.html#C1_Win_Gauge_C1GaugeImage_FlipType">FlipType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis used to flip the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_Height" data-uid="C1.Win.Gauge.C1GaugeImage.Height">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.Height.html#C1_Win_Gauge_C1GaugeImage_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical (positive) or fraction-based (negative) height of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_Hue" data-uid="C1.Win.Gauge.C1GaugeImage.Hue">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.Hue.html#C1_Win_Gauge_C1GaugeImage_Hue">Hue</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to modify the image hue by the specified amount (between -180 and 180).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_Image" data-uid="C1.Win.Gauge.C1GaugeImage.Image">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.Image.html#C1_Win_Gauge_C1GaugeImage_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_KeepAspectRatio" data-uid="C1.Win.Gauge.C1GaugeImage.KeepAspectRatio">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.KeepAspectRatio.html#C1_Win_Gauge_C1GaugeImage_KeepAspectRatio">KeepAspectRatio</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the image aspect ratio should be maintained.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_KeepSize" data-uid="C1.Win.Gauge.C1GaugeImage.KeepSize">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.KeepSize.html#C1_Win_Gauge_C1GaugeImage_KeepSize">KeepSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the predefined size of the image should not changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_Lightness" data-uid="C1.Win.Gauge.C1GaugeImage.Lightness">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.Lightness.html#C1_Win_Gauge_C1GaugeImage_Lightness">Lightness</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to modify the image lightness by the specified amount (between -100 and 100).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_Opacity" data-uid="C1.Win.Gauge.C1GaugeImage.Opacity">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.Opacity.html#C1_Win_Gauge_C1GaugeImage_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_RotateAngle" data-uid="C1.Win.Gauge.C1GaugeImage.RotateAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.RotateAngle.html#C1_Win_Gauge_C1GaugeImage_RotateAngle">RotateAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle (pivot point is at the center of the image).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_Saturation" data-uid="C1.Win.Gauge.C1GaugeImage.Saturation">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.Saturation.html#C1_Win_Gauge_C1GaugeImage_Saturation">Saturation</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to modify the image saturation by the specified amount (between -100 and 100).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeImage_Width" data-uid="C1.Win.Gauge.C1GaugeImage.Width">
          <a class="xref" href="C1.Win.Gauge.C1GaugeImage.Width.html#C1_Win_Gauge_C1GaugeImage_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical (positive) or fraction-based (negative) width of the image.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
