# C1.Win.Gauge.C1GaugeClipOperation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Gauge_C1GaugeClipOperation" data-uid="C1.Win.Gauge.C1GaugeClipOperation" class="text-break">C1GaugeClipOperation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the source and given clipping regions can be combined.</p>
</div>
  <div class="markdown level0 conceptual"></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_C1GaugeClipOperation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1GaugeClipOperation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1GaugeClipOperation</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipOperation_Complement">Complement</td>
        <td><p>Specifies that the source region is replaced by the result of the source region being removed from the given region.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipOperation_Exclude">Exclude</td>
        <td><p>Specifies that the source region is replaced by the result of the given region being removed from the source region.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipOperation_Intersect">Intersect</td>
        <td><p>Two clipping regions are combined by taking their intersection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipOperation_None">None</td>
        <td><p>The source region remains unchanged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipOperation_Replace">Replace</td>
        <td><p>The source clipping region is replaced by the given region.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipOperation_Union">Union</td>
        <td><p>Two clipping regions are combined by taking the union of both.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipOperation_Xor">Xor</td>
        <td><p>Two clipping regions are combined by taking only the areas enclosed by one or the other region, but not both.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
