←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly