Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
InfoWindowBounds Property
See Also 
Leadtools.ScreenCapture Namespace > ScreenCaptureAreaOptions Structure : InfoWindowBounds Property



Gets or sets the Information Window bounds.

Syntax

Visual Basic (Declaration) 
Public Property InfoWindowBounds As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaOptions
Dim value As Rectangle
 
instance.InfoWindowBounds = value
 
value = instance.InfoWindowBounds
C# 
public Rectangle InfoWindowBounds {get; set;}
C++/CLI 
public:
property Rectangle InfoWindowBounds {
   Rectangle get();
   void set (Rectangle value);
}

Return Value

A Rectangle that indicates the Information Window bounds.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also