Class VLImageGen.TVLImageGen
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 28: | Line 28: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' ImageGen : [[Class VLCommonGen.TVLCommonGen|Mitov.VideoLab.CommonGen]]  | 
</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: 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 ImageGen : 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.
 
