[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 prepares the
Manager for calls to
Render(Pin) on the output pins.
Namespace: KvTv.DirectShow.Windows.Forms
Assembly:
KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Prerender |
| C# |
|---|
public virtual void Prerender () |
| Visual C++ |
|---|
public:
virtual void Prerender () |
Exceptions
| Exception | Condition |
|---|
| System.InvalidOperationException | The manager has not been set - or - Prerender() has already been called while this manager was assigned to the window.
|