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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly