Execute the post effect.
Namespace:
Rhino.Render.PostEffects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public abstract bool Execute(
PostEffectPipeline pipeline,
Rectangle rect
)
Public MustOverride Function Execute (
pipeline As PostEffectPipeline,
rect As Rectangle
) As Boolean
Parameters
- pipeline
- Type: Rhino.Render.PostEffectsPostEffectPipeline
pipeline provides access to the post-effect pipeline. - rect
- Type: System.DrawingRectangle
rect is the pixel area to process.
Return Value
Type:
BooleanReturn true if successful, else false.
See Also