C1.Win.C1DX.4.8 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 _
) 
 

Parameters

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