LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

Area Property






Gets or sets the area being captured.
Syntax
public Rectangle Area {get; set;}
'Declaration
 
Public Property Area As Rectangle
'Usage
 
Dim instance As ScreenCaptureInformation
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area
public Rectangle Area {get; set;}
 get_Area();
set_Area(value);
public:
property Rectangle Area {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

This will be filled by all of the capture functions with the bounding rectangle of the area that was captured. The coordinates should be relative to the full screen with left, top being 0,0.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.