Gets or sets the area being captured.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Area As Rectangle |
Managed Extensions for C++ | |
---|
public: __property Rectangle get_Area();
public: __property void set_Area(
Rectangle value
); |
Return Value
This will be filled by all of the capture functions
with the bounding rectangle of the area that was captured.
The coordinates should be relative to the full screen with
left, top being 0,0.
Example
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