ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / AnalysisTransform Class / ProcessAnalysisResults Method / ProcessAnalysisResults(DataStream) Method

The data that the transform will analyze.


In This Topic
    ProcessAnalysisResults(DataStream) Method
    In This Topic
    Supplies the analysis data to an analysis transform.
    Syntax
    'Declaration
     
    Public Overloads Sub ProcessAnalysisResults( _
       ByVal analysisData As DataStream _
    ) 
    public void ProcessAnalysisResults( 
       DataStream analysisData
    )

    Parameters

    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.
    See Also