Area Property

Summary
Gets or sets the area being captured.
Syntax
C#
VB
C++
public Rectangle Area { get; set; } 
  
Public Property Area As Rectangle 
public: 
property Rectangle Area { 
   Rectangle get(); 
   void set (    Rectangle ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.