Class VLColorMerge.TVLMergeChannels
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' MergeChannels : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 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: VideoLabPkg
Unit: VLColorMerge
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TVLMergeChannels = class( TLPPersistent )
C++ Builder:
class TVLMergeChannels : public TLPPersistent
Visual C++ (MFC):
class CTVLMergeChannels : public CTLPPersistent
C# (.NET):
public ref class MergeChannels : Vcl.VclProperty
Summary
How the different channels will be merged - Frame offsets etc.
Description
Defines a property class specifying how the different channels will be merged - Frame offsets etc.
Properties
Published
- Channel1 - X and Y offset for the merging of first channel color frame.
- Channel2 - X and Y offset for the merging of second channel color frame.
- Channel3 - X and Y offset for the merging of third channel color frame.
- Channel4 - X and Y offset for the merging of fourth channel color frame.