Visual Basic (Declaration) | |
---|---|
Public Property Area As Rectangle |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ScreenCaptureInformation Dim value As Rectangle instance.Area = value value = instance.Area |
C# | |
---|---|
public Rectangle Area {get; set;} |
Property 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.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