# C1.Util.DX.WIC.PixelFormatNumericRepresentation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_WIC_PixelFormatNumericRepresentation" data-uid="C1.Util.DX.WIC.PixelFormatNumericRepresentation" class="text-break">PixelFormatNumericRepresentation Enum
</h1>
  <div class="markdown level0 summary"><p>WICPixelFormatNumericRepresentation</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.WIC.html">C1.Util.DX.WIC</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_WIC_PixelFormatNumericRepresentation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PixelFormatNumericRepresentation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PixelFormatNumericRepresentation</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_Util_DX_WIC_PixelFormatNumericRepresentation_Fixed">Fixed</td>
        <td><p>WICPixelFormatNumericRepresentationFixed</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_PixelFormatNumericRepresentation_Float">Float</td>
        <td><p>WICPixelFormatNumericRepresentationFloat</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_PixelFormatNumericRepresentation_Indexed">Indexed</td>
        <td><p>WICPixelFormatNumericRepresentationIndexed</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_PixelFormatNumericRepresentation_SignedInteger">SignedInteger</td>
        <td><p>WICPixelFormatNumericRepresentationSignedInteger</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_PixelFormatNumericRepresentation_UnsignedInteger">UnsignedInteger</td>
        <td><p>WICPixelFormatNumericRepresentationUnsignedInteger</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_PixelFormatNumericRepresentation_Unspecified">Unspecified</td>
        <td><p>WICPixelFormatNumericRepresentationUnspecified</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
