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: LPControl.TLPCustomControl
Contents |
Syntax
Delphi:
type TMLDSGraphView = class( LPControl.TLPCustomControl )
C++ Builder:
class TMLDSGraphView : public LPControl.TLPCustomControl
Visual C++ (MFC):
class CTMLDSGraphView : public CLPControl.TLPCustomControl
C# (.NET):
public ref class DSGraphView : 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.
Diagram:
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.
Methods
Public
- procedure CopyToBitmap(ABitmap : TBitmap) - Copies the content of the control into a bitmap.
Pins
- GraphPin - The DirectShow Graph pin of the filter.