Class VLMirror.TVLMirror

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLMirror : [[Class VLCommonFilter.TVLCommonFilter|Mitov.VideoLab.CommonFilter]]
+
'''public ref class''' Mirror : [[Class VLCommonFilter.TVLCommonFilter|Mitov.VideoLab.CommonFilter]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 36: Line 36:
 
Performs a mirror operation over the frame image:
 
Performs a mirror operation over the frame image:
 
[[Enum item VLMirror.TVLMirrorType.mtHorizontal|mtHorizontal]], [[Enum item VLMirror.TVLMirrorType.mtVertical|mtVertical]] or [[Enum item VLMirror.TVLMirrorType.mtBoth|mtBoth]].
 
[[Enum item VLMirror.TVLMirrorType.mtHorizontal|mtHorizontal]], [[Enum item VLMirror.TVLMirrorType.mtVertical|mtVertical]] or [[Enum item VLMirror.TVLMirrorType.mtBoth|mtBoth]].
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLMirror_Preview.png]]
  
  
Line 85: Line 91:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

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.

BIGVLMirror.gif VLMirror.gif NETVLMirror.gif

Package: VideoLabPkg

Unit: VLMirror

Inherits: TVLCommonFilter

Contents

Syntax

Delphi:

type TVLMirror = class( TVLCommonFilter )

C++ Builder:

class TVLMirror : public TVLCommonFilter

Visual C++ (MFC):

class CTVLMirror : public CTVLCommonFilter

C# (.NET):

public ref class Mirror : Mitov.VideoLab.CommonFilter

Summary

Mirrors the image.

Description

Performs a mirror operation over the frame image: mtHorizontal, mtVertical or mtBoth.


Diagram:

VLMirror Preview.png


Example:

Original Image: Mirror Vertical:
SampleVideo.png SampleMirrorVertical.png
Mirror Horizontal: Mirror Both:
SampleMirrorHorizontal.png SampleMirrorBoth.png

Properties

Published

From TVLCommonFilter

Properties

Public

Methods

Public

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox