Class MLDSGraphView.TMLDSGraphView
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: MediaLabBasicPkg
Unit: MLDSGraphView
Inherits: TLPCustomControl
Contents |
Syntax
Delphi:
type TMLDSGraphView = class( TLPCustomControl )
C++ Builder:
class TMLDSGraphView : public TLPCustomControl
Visual C++ (MFC):
class CTMLDSGraphView : public CTLPCustomControl
C# (.NET):
public ref class TMLDSGraphView : Mitov.MediaLab.CustomControl
Summary
DirectShow graph display.
Description
Use this component to visualize DirectShow graphs.
The main purpose of the component is to assist in DirectShow development and debugging. It allows the developer to quickly inspect the internal DirectShow graphs of the DirectShow components.
Example:
Properties
Published
- Border - Specifies the border settings of the view.
- Filters - Specifies the appearance settings of the filters in the view.
- Connections - Specifies the appearance settings of the connections in the view.
- Color - Specifies the background color of the view.
Pins
- GraphPin - The DirectShow Graph pin of the filter.