# C1.Win.Gauge.C1GaugeClipping.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Gauge_C1GaugeClipping__ctor_" data-uid="C1.Win.Gauge.C1GaugeClipping.#ctor*">C1GaugeClipping Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Gauge_C1GaugeClipping__ctor_" data-uid="C1.Win.Gauge.C1GaugeClipping.#ctor*"></a>
<h4 id="C1_Win_Gauge_C1GaugeClipping__ctor" data-uid="C1.Win.Gauge.C1GaugeClipping.#ctor">C1GaugeClipping()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.html">C1GaugeClipping</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1GaugeClipping()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_Win_Gauge_C1GaugeClipping__ctor_" data-uid="C1.Win.Gauge.C1GaugeClipping.#ctor*"></a>
<h4 id="C1_Win_Gauge_C1GaugeClipping__ctor_System_String_C1_Win_Gauge_C1GaugeClipOperation_System_Double_" data-uid="C1.Win.Gauge.C1GaugeClipping.#ctor(System.String,C1.Win.Gauge.C1GaugeClipOperation,System.Double)">C1GaugeClipping(string, C1GaugeClipOperation, double)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.html">C1GaugeClipping</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1GaugeClipping(string shapeName, C1GaugeClipOperation operation, double scaleFactor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(shapeName As String, operation As C1GaugeClipOperation, scaleFactor As Double)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">shapeName</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.Gauge.C1GaugeClipOperation.html">C1GaugeClipOperation</a></td>
      <td><span class="parametername">operation</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">scaleFactor</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
