Class VLImageGen.TVLImageGen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:44, 11 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: VideoLabAdditionalPkg
Unit: VLImageGen
Inherits: TVLCommonGen
Contents |
Syntax
Delphi:
type TVLImageGen = class( TVLCommonGen )
C++ Builder:
class TVLImageGen : public TVLCommonGen
Visual C++ (MFC):
class CTVLImageGen : public CTVLCommonGen
C# (.NET):
public ref class TVLImageGen : Mitov.VideoLab.CommonGen
Summary
Generates video from image.
Description
Use this component to generate frames from a selected image (Bitmap, Icon, JPEG, etc.). All the frames are identical.
Diagram:
Properties
Published
- Picture - Image to be used for image generation.
- Transparency - Specifies how the image transparency will be selected.
Pins
- ImageInputPin - The Image Video Input Pin of the filter.