[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

When overridden in a base class performs final setup of the Manager and the filter after the calls to Render(Pin) and before the calls to Run().

Namespace: KvTv.DirectShow.Windows.Forms
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub Postrender
C#
public virtual void Postrender ()
Visual C++
public:
virtual void Postrender ()

Exceptions

ExceptionCondition
System.InvalidOperationExceptionThe manager has not been set - or - Prerender() has not been called - or - Postrender() has already been called while this manager was assigned to the window.