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); } |
Property Value
A Rectangle that indicates the Information Window bounds.For an example, refer to ScreenCaptureEngine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7