LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Area Property

Show in webframe





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

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.