# C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_DeviceContexts_PolyFillMode" data-uid="C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode" class="text-break">PolyFillMode Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerate the fill mode for region</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.DeviceContexts.html">C1.Framework.Drawing.Gdi.DeviceContexts</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_DeviceContexts_PolyFillMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PolyFillMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PolyFillMode</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_Framework_Drawing_Gdi_DeviceContexts_PolyFillMode_Alternate">Alternate</td>
        <td><p>Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_DeviceContexts_PolyFillMode_Winding">Winding</td>
        <td><p>Selects winding mode (fills any region with a nonzero winding value).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
