[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.AnalysisTransform.ProcessAnalysisResults

ProcessAnalysisResults Method

ProcessAnalysisResults(DataStream)

Supplies the analysis data to an analysis transform.

Declaration
public void ProcessAnalysisResults(DataStream analysisData)
Parameters
Type Name Description
DataStream analysisData

The data that the transform will analyze.

Remarks

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.

ProcessAnalysisResults<T>(T)

Supplies the analysis data to an analysis transform.

Declaration
public void ProcessAnalysisResults<T>(T analysisData) where T : struct
Parameters
Type Name Description
T analysisData

The data that the transform will analyze.

Type Parameters
Name Description
T
Remarks

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.

ProcessAnalysisResults<T>(T[])

Supplies the analysis data to an analysis transform.

Declaration
public void ProcessAnalysisResults<T>(T[] analysisData) where T : struct
Parameters
Type Name Description
T[] analysisData

The data that the transform will analyze.

Type Parameters
Name Description
T
Remarks

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.

ProcessAnalysisResults(IntPtr, int)

HRESULT ID2D1AnalysisTransform::ProcessAnalysisResults([In, Buffer] const void* analysisData,[In] unsigned int analysisDataCount)

Declaration
public void ProcessAnalysisResults(IntPtr analysisData, int analysisDataCount)
Parameters
Type Name Description
IntPtr analysisData
int analysisDataCount