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

InfoWindowBounds Property






Gets or sets the Information Window bounds.
Syntax
public Rectangle InfoWindowBounds {get; set;}
'Declaration
 
Public Property InfoWindowBounds As Rectangle
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Rectangle
 
instance.InfoWindowBounds = value
 
value = instance.InfoWindowBounds
public Rectangle InfoWindowBounds {get; set;}
 get_InfoWindowBounds();
set_InfoWindowBounds(value);
public:
property Rectangle InfoWindowBounds {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

A Rectangle that indicates the Information Window bounds.
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

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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