Class MLDSGraphView.TMLDSGraphView
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 11: | Line 11: | ||
'''Unit:''' [[Unit MLDSGraphView|MLDSGraphView]] | '''Unit:''' [[Unit MLDSGraphView|MLDSGraphView]] | ||
− | '''Inherits:''' [[Class LPControl.TLPCustomControl|TLPCustomControl]] | + | '''Inherits:''' [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TMLDSGraphView = '''class'''( [[Class LPControl.TLPCustomControl|TLPCustomControl]] ) | + | '''type''' TMLDSGraphView = '''class'''( [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TMLDSGraphView : '''public''' [[Class LPControl.TLPCustomControl|TLPCustomControl]] | + | '''class''' TMLDSGraphView : '''public''' [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTMLDSGraphView : '''public''' [[Class LPControl.TLPCustomControl| | + | '''class''' CTMLDSGraphView : '''public''' [[Class VCL.LPControl.TLPCustomControl|CLPControl.TLPCustomControl]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TMLDSGraphView : [[Class LPControl.TLPCustomControl|Mitov.MediaLab.CustomControl]] | + | '''public ref class''' TMLDSGraphView : [[Class VCL.LPControl.TLPCustomControl|Mitov.MediaLab.CustomControl]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 40: | Line 40: | ||
inspect the internal DirectShow graphs of the DirectShow | inspect the internal DirectShow graphs of the DirectShow | ||
components. | components. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:MLDSGraphView_Preview.png]] | ||
Line 54: | Line 60: | ||
*[[Property MLDSGraphView.TMLDSGraphView.Connections|Connections]] - Specifies the appearance settings of the connections in the view. | *[[Property MLDSGraphView.TMLDSGraphView.Connections|Connections]] - Specifies the appearance settings of the connections in the view. | ||
*[[Property MLDSGraphView.TMLDSGraphView.Color|Color]] - Specifies the background color of the view. | *[[Property MLDSGraphView.TMLDSGraphView.Color|Color]] - Specifies the background color of the view. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | *[[Method procedure | + | *[[Method procedure MLDSGraphView.TMLDSGraphView.CopyToBitmap(TBitmap)|procedure CopyToBitmap(ABitmap : TBitmap)]] - Copies the content of the control into a bitmap. |
− | == | + | == Pins == |
− | *[[ | + | *[[Pin MLDSGraphView.TMLDSGraphView.GraphPin|GraphPin]] - The DirectShow Graph pin of the filter. |
− | + | ||
[[Category:Controls]][[Category:Classes]] | [[Category:Controls]][[Category:Classes]] |
Revision as of 20:28, 10 June 2013
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 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.
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.