ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CustomEffect Interface / PrepareForRender Method
Indicates the type of change the effect should expect.

In This Topic
    PrepareForRender Method (CustomEffect)
    In This Topic
    Prepares an effect for the rendering process.
    Syntax
    'Declaration
     
    Sub PrepareForRender( _
       ByVal changeType As ChangeType _
    ) 
    void PrepareForRender( 
       ChangeType changeType
    )

    Parameters

    changeType
    Indicates the type of change the effect should expect.
    See Also