Description:

Execute the post effect.

Syntax:
public abstract Boolean Execute(
PostEffectPipeline pipeline,
Rectangle rect
)
Parameters:
  • rect
  • Type: Rectangle
  • rect is the pixel area to process.
Returns:
Type: Boolean
Return True if successful, else false.
Available since:
7.0

Nothing found