[]
Supplies the analysis data to an analysis transform.
public void ProcessAnalysisResults(DataStream analysisData)
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
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
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)
Type | Name | Description |
---|---|---|
IntPtr | analysisData | |
int | analysisDataCount |