Class VLScreenCapture.TVLCaptureRegion
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 9: | Line 9: | ||
'''Unit:''' [[Unit VLScreenCapture|VLScreenCapture]]  | '''Unit:''' [[Unit VLScreenCapture|VLScreenCapture]]  | ||
| − | '''Inherits:''' [[Class VLRectRegion.  | + | '''Inherits:''' [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]]  | 
== Syntax ==  | == Syntax ==  | ||
=== Delphi: ===  | === Delphi: ===  | ||
<code>  | <code>  | ||
| − | '''type''' TVLCaptureRegion = '''class'''( [[Class VLRectRegion.  | + | '''type''' TVLCaptureRegion = '''class'''( [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]] )  | 
</code>  | </code>  | ||
=== C++ Builder: ===  | === C++ Builder: ===  | ||
<code>  | <code>  | ||
| − | '''class''' TVLCaptureRegion : '''public''' [[Class VLRectRegion.  | + | '''class''' TVLCaptureRegion : '''public''' [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]]  | 
</code>  | </code>  | ||
=== Visual C++ (MFC): ===  | === Visual C++ (MFC): ===  | ||
<code>  | <code>  | ||
| − | '''class''' CTVLCaptureRegion : '''public''' [[Class VLRectRegion.  | + | '''class''' CTVLCaptureRegion : '''public''' [[Class VLRectRegion.TVLCropRectRegion|CTVLCropRectRegion]]  | 
</code>  | </code>  | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class''' TVLCaptureRegion : [[Class VLRectRegion.  | + | '''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.  | + | == From [[Class VLRectRegion.TVLCropRectRegion|TVLCropRectRegion]] ==  | 
== Properties ==  | == Properties ==  | ||
=== Published ===  | === Published ===  | ||
| − | *[[Property VLRectRegion.  | + | *[[Property VLRectRegion.TVLCropRectRegion.Left|Left]]  | 
| − | *[[Property VLRectRegion.  | + | *[[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
- Mode - Specifies the capture region mode.
 - Width - Specifies the Width of the capture region.
 - Height - Specifies the Height of the capture region.