# C1.Util.DX.DXGI.PresentParameters.ScrollOffset

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_Util_DX_DXGI_PresentParameters_ScrollOffset" data-uid="C1.Util.DX.DXGI.PresentParameters.ScrollOffset" class="text-break">ScrollOffset Field
</h1>
<div class="markdown level0 summary"><p>A reference to the offset of the scrolled area that goes from the source rectangle (of previous frame) to the destination rectangle (of current frame). You can set this member to <code>null</code> to indicate no offset.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DXGI.html">C1.Util.DX.DXGI</a></h6>
<h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
<h5 id="C1_Util_DX_DXGI_PresentParameters_ScrollOffset_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Point2L? ScrollOffset</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ScrollOffset As Point2L?</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Point2L.html">Point2L</a>?</td>
      <td>A reference to the offset of the scrolled area that goes from the source rectangle (of previous frame) to the destination rectangle (of current frame). You can set this member to null to indicate no offset.</td>
    </tr>
  </tbody>
</table>
</div>
