Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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

Error processing SSI file