# C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults*">ProcessAnalysisResults Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults*"></a>
<h4 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_C1_Util_DX_DataStream_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults(C1.Util.DX.DataStream)">ProcessAnalysisResults(DataStream)</h4>
<div class="markdown level1 summary"><p>Supplies the analysis data to an analysis transform.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ProcessAnalysisResults(DataStream analysisData)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ProcessAnalysisResults(analysisData As DataStream)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DataStream.html">DataStream</a></td>
      <td><span class="parametername">analysisData</span></td>
      <td><p>The data that the transform will analyze.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_C1_Util_DX_DataStream__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The output of the transform will be copied to CPU-accessible memory by the imaging effects system before being passed to the implementation.If this call fails, the corresponding <a class="xref" href="C1.Util.DX.Direct2D.Effect.html">Effect</a> instance is placed into an error state and fails to draw.</p>
</div>


<a id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults*"></a>
<h4 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults__1___0_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults``1(``0)">ProcessAnalysisResults&lt;T&gt;(T)</h4>
<div class="markdown level1 summary"><p>Supplies the analysis data to an analysis transform.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ProcessAnalysisResults&lt;T&gt;(T analysisData) where T : struct</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ProcessAnalysisResults(Of T As Structure)(analysisData As T)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">analysisData</span></td>
      <td><p>The data that the transform will analyze.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults__1___0__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The output of the transform will be copied to CPU-accessible memory by the imaging effects system before being passed to the implementation.If this call fails, the corresponding <a class="xref" href="C1.Util.DX.Direct2D.Effect.html">Effect</a> instance is placed into an error state and fails to draw.</p>
</div>


<a id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults*"></a>
<h4 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults__1___0___" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults``1(``0[])">ProcessAnalysisResults&lt;T&gt;(T[])</h4>
<div class="markdown level1 summary"><p>Supplies the analysis data to an analysis transform.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ProcessAnalysisResults&lt;T&gt;(T[] analysisData) where T : struct</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ProcessAnalysisResults(Of T As Structure)(analysisData As T())</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>T[]</td>
      <td><span class="parametername">analysisData</span></td>
      <td><p>The data that the transform will analyze.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults__1___0____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The output of the transform will be copied to CPU-accessible memory by the imaging effects system before being passed to the implementation.If this call fails, the corresponding <a class="xref" href="C1.Util.DX.Direct2D.Effect.html">Effect</a> instance is placed into an error state and fails to draw.</p>
</div>


<a id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults*"></a>
<h4 id="C1_Util_DX_Direct2D_AnalysisTransform_ProcessAnalysisResults_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults(System.IntPtr,System.Int32)">ProcessAnalysisResults(nint, int)</h4>
<div class="markdown level1 summary"><p>HRESULT ID2D1AnalysisTransform::ProcessAnalysisResults([In, Buffer] const void* analysisData,[In] unsigned int analysisDataCount)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ProcessAnalysisResults(nint analysisData, int analysisDataCount)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ProcessAnalysisResults(analysisData As IntPtr, analysisDataCount As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">nint</a></td>
      <td><span class="parametername">analysisData</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">analysisDataCount</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
