Class VLScreenCapture.TVLCaptureRegion

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 9: Line 9:
 
'''Unit:''' [[Unit VLScreenCapture|VLScreenCapture]]
 
'''Unit:''' [[Unit VLScreenCapture|VLScreenCapture]]
  
'''Inherits:''' [[Class VLRectRegion.TVLRectRegion|TVLRectRegion]]
+
'''Inherits:''' [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TVLCaptureRegion = '''class'''( [[Class VLRectRegion.TVLRectRegion|TVLRectRegion]] )
+
'''type''' TVLCaptureRegion = '''class'''( [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TVLCaptureRegion : '''public''' [[Class VLRectRegion.TVLRectRegion|TVLRectRegion]]
+
'''class''' TVLCaptureRegion : '''public''' [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTVLCaptureRegion : '''public''' [[Class VLRectRegion.TVLRectRegion|CTVLRectRegion]]
+
'''class''' CTVLCaptureRegion : '''public''' [[Class VLRectRegion.TVLCropRectRegion|CTVLCropRectRegion]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLCaptureRegion : [[Class VLRectRegion.TVLRectRegion|Mitov.VideoLab.RectRegion]]
+
'''public ref class''' TVLCaptureRegion : [[Class VLRectRegion.TVLCropRectRegion|Mitov.VideoLab.CropRectRegion]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 41: Line 41:
 
*[[Property VLScreenCapture.TVLCaptureRegion.Height|Height]] - Specifies the Height of the capture region.  
 
*[[Property VLScreenCapture.TVLCaptureRegion.Height|Height]] - Specifies the Height of the capture region.  
  
== From [[Class VLRectRegion.TVLRectRegion|TVLRectRegion]] ==
+
== From [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Published ===
 
=== Published ===
*[[Property VLRectRegion.TVLRectRegion.Left|Left]]
+
*[[Property VLRectRegion.TVLCropRectRegion.Left|Left]]
*[[Property VLRectRegion.TVLRectRegion.Top|Top]]
+
*[[Property VLRectRegion.TVLCropRectRegion.Top|Top]]
  
 
== From [[Class VLRectRegion.TVLDefaultSize|TVLDefaultSize]] ==
 
== From [[Class VLRectRegion.TVLDefaultSize|TVLDefaultSize]] ==
Line 64: Line 64:
 
*[[Property VLRectRegion.TVLSize.Width|Width]]
 
*[[Property VLRectRegion.TVLSize.Width|Width]]
 
*[[Property VLRectRegion.TVLSize.Height|Height]]
 
*[[Property VLRectRegion.TVLSize.Height|Height]]
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function VLRectRegion.TVLSize.GetSize() : TSize|function GetSize() : TSize]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Revision as of 17:19, 18 October 2012

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: TVLCropRectRegion

Contents

Syntax

Delphi:

type TVLCaptureRegion = class( TVLCropRectRegion )

C++ Builder:

class TVLCaptureRegion : public TVLCropRectRegion

Visual C++ (MFC):

class CTVLCaptureRegion : public CTVLCropRectRegion

C# (.NET):

public ref class TVLCaptureRegion : Mitov.VideoLab.CropRectRegion

Summary

Capture region properties class.

Description

Defines class for the capture region properties.

Properties

Published

From TVLCropRectRegion

Properties

Published

From TVLDefaultSize

Properties

Published

From TVLSize

Properties

Published

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox