Class VLScreenCapture.TVLScreenCapture
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''' ScreenCapture : [[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: 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.