RenderWindowRegisterPostEffectExecutionControl Method |
Register an instance of PostEffectExecutionControl.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic void RegisterPostEffectExecutionControl(
PostEffectExecutionControl ec
)
Public Sub RegisterPostEffectExecutionControl (
ec As PostEffectExecutionControl
)
Parameters
- ec
- Type: Rhino.Render.PostEffectsPostEffectExecutionControl
[Missing <param name="ec"/> documentation for "M:Rhino.Render.RenderWindow.RegisterPostEffectExecutionControl(Rhino.Render.PostEffects.PostEffectExecutionControl)"]
See Also