# C1.Framework.Drawing.Gdi.GraphicsUnit

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_GraphicsUnit" data-uid="C1.Framework.Drawing.Gdi.GraphicsUnit" class="text-break">GraphicsUnit Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the unit of measure for the given data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_GraphicsUnit_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GraphicsUnit</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GraphicsUnit</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_GraphicsUnit_Complex">Complex</td>
        <td><p>Specifies the complex unit as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GraphicsUnit_Display">Display</td>
        <td><p>Specifies the unit of measure of the display device.
Typically pixels for video displays, and 1/100 inch for printers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GraphicsUnit_Document">Document</td>
        <td><p>Specifies the document unit (1/300 inch) as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GraphicsUnit_Inch">Inch</td>
        <td><p>Specifies the inch as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GraphicsUnit_Millimeter">Millimeter</td>
        <td><p>Specifies the millimeter as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GraphicsUnit_Pixel">Pixel</td>
        <td><p>Specifies a device pixel as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GraphicsUnit_Point">Point</td>
        <td><p>Specifies a printer's point (1/72 inch) as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GraphicsUnit_World">World</td>
        <td><p>Specifies the world coordinate system unit as the unit of measure.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
