Click or drag to resize
DigitalRunePostProcessor.OnEnable Method
Called when this post-processor is enabled.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected virtual void OnEnable()
Remarks

This method is called when the post-processor was previously disabled (Enabled = false) and was set to enabled (Enabled = true).

Please note: Post-processors are enabled per default. OnEnable() is not executed for new post-processors.

See Also