LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

InfoWindowBounds Property

Show in webframe





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

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


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