Class VLScreenCapture.TVLScreenCapture
From Mitov Wiki Doc
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 |
Syntax
Delphi:
type TVLScreenCapture = class( TVLCommonGen )
C++ Builder:
class TVLScreenCapture : public TVLCommonGen
Visual C++ (MFC):
class CTVLScreenCapture : public CTVLCommonGen
C# (.NET):
public ref class ScreenCapture : 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.