Class VLMirror.TVLMirror
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 23:53, 25 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: 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 TVLMirror : Mitov.VideoLab.CommonFilter
Summary
Mirrors the image.
Description
Performs a mirror operation over the frame image: mtHorizontal, mtVertical or mtBoth.
Diagram:
Example:
Original Image: | Mirror Vertical: |
Mirror Horizontal: | Mirror Both: |
Properties
Published
- MirrorType - Mirror type - mtHorizontal, mtVertical or mtBoth.
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)