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

Sets up the graph, including adding filters and connecting them.

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

Syntax

Visual Basic (Declaration)
Public Sub Render
C#
public void Render ()
Visual C++
public:
virtual void Render () sealed

Exceptions

ExceptionCondition
System.InvalidOperationExceptionRender has already been called on this graph - or - the graph has not been configured properly.
KvTv.DirectShow.Components.GraphRenderExceptionThe needed filters could not be created or added or the filters could not be connected.