# C1.Util.DX.Direct2D.ArcSegment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_ArcSegment" data-uid="C1.Util.DX.Direct2D.ArcSegment" class="text-break">ArcSegment Struct
</h1>
  <div class="markdown level0 summary"><p>D2D1_ARC_SEGMENT</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct2D.html">C1.Util.DX.Direct2D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_ArcSegment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct ArcSegment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure ArcSegment</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>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct2D_ArcSegment_ArcSize" data-uid="C1.Util.DX.Direct2D.ArcSegment.ArcSize">
          <a class="xref" href="C1.Util.DX.Direct2D.ArcSegment.ArcSize.html">ArcSize</a>
        </td>
        <td class="markdown level1 summary"><p>D2D1_ARC_SIZE arcSize</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ArcSegment_Point" data-uid="C1.Util.DX.Direct2D.ArcSegment.Point">
          <a class="xref" href="C1.Util.DX.Direct2D.ArcSegment.Point.html">Point</a>
        </td>
        <td class="markdown level1 summary"><p>D2D_POINT_2F point</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ArcSegment_RotationAngle" data-uid="C1.Util.DX.Direct2D.ArcSegment.RotationAngle">
          <a class="xref" href="C1.Util.DX.Direct2D.ArcSegment.RotationAngle.html">RotationAngle</a>
        </td>
        <td class="markdown level1 summary"><p>float rotationAngle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ArcSegment_Size" data-uid="C1.Util.DX.Direct2D.ArcSegment.Size">
          <a class="xref" href="C1.Util.DX.Direct2D.ArcSegment.Size.html">Size</a>
        </td>
        <td class="markdown level1 summary"><p>D2D_SIZE_F size</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ArcSegment_SweepDirection" data-uid="C1.Util.DX.Direct2D.ArcSegment.SweepDirection">
          <a class="xref" href="C1.Util.DX.Direct2D.ArcSegment.SweepDirection.html">SweepDirection</a>
        </td>
        <td class="markdown level1 summary"><p>D2D1_SWEEP_DIRECTION sweepDirection</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
