[]
Supplies the analysis data to an analysis transform.
public void ProcessAnalysisResults(DataStream analysisData)
Public Sub ProcessAnalysisResults(analysisData As DataStream)
| Type | Name | Description |
|---|---|---|
| DataStream | analysisData | The data that the transform will analyze. |
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 Effect instance is placed into an error state and fails to draw.
Supplies the analysis data to an analysis transform.
public void ProcessAnalysisResults<T>(T analysisData) where T : struct
Public Sub ProcessAnalysisResults(Of T As Structure)(analysisData As T)
| Type | Name | Description |
|---|---|---|
| T | analysisData | The data that the transform will analyze. |
| Name | Description |
|---|---|
| T |
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 Effect instance is placed into an error state and fails to draw.
Supplies the analysis data to an analysis transform.
public void ProcessAnalysisResults<T>(T[] analysisData) where T : struct
Public Sub ProcessAnalysisResults(Of T As Structure)(analysisData As T())
| Type | Name | Description |
|---|---|---|
| T[] | analysisData | The data that the transform will analyze. |
| Name | Description |
|---|---|
| T |
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 Effect instance is placed into an error state and fails to draw.
HRESULT ID2D1AnalysisTransform::ProcessAnalysisResults([In, Buffer] const void* analysisData,[In] unsigned int analysisDataCount)
public void ProcessAnalysisResults(IntPtr analysisData, int analysisDataCount)
Public Sub ProcessAnalysisResults(analysisData As IntPtr, analysisDataCount As Integer)
| Type | Name | Description |
|---|---|---|
| IntPtr | analysisData | |
| int | analysisDataCount |