Class VLScreenCapture.TVLScreenCapture
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 36: | Line 36: | ||
Use this component to capture video data from the computer | Use this component to capture video data from the computer | ||
screen. | screen. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLScreenCapture_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 71: | Line 77: | ||
== Pins == | == Pins == | ||
− | |||
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | *[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | ||
Revision as of 20:29, 10 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: VLScreenCapture
Inherits: TVLCommonGen
Contents[hide] |
Syntax
Delphi:
type TVLScreenCapture = class( TVLCommonGen )
C++ Builder:
class TVLScreenCapture : public TVLCommonGen
Visual C++ (MFC):
class CTVLScreenCapture : public CTVLCommonGen
C# (.NET):
public ref class TVLScreenCapture : Mitov.VideoLab.CommonGen
Summary
Captures Video from the screen.
Description
Use this component to capture video data from the computer screen.
Diagram:
Properties
Published
- ImageSize - The desired output image size.
- Region - Specifies the capture region.
- RecordCursor - Specifies if the cursor icon will be captured.