RectangleSelectionUtilities.GetScreenRect Method

Gets the capture area of the full screen.

Namespace: Microsoft.Expression.Encoder.ScreenCapture
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Shared Function GetScreenRect ( _
    index As Integer _
) As Rectangle
'Usage
Dim index As Integer
Dim returnValue As Rectangle

returnValue = RectangleSelectionUtilities.GetScreenRect(index)
public static Rectangle GetScreenRect (
    int index
)
public:
static Rectangle GetScreenRect (
    int index
)

Parameters

index

0 for whole virtual screen, greater than 0 for the selected monitor number.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RectangleSelectionUtilities Class
RectangleSelectionUtilities Members
Microsoft.Expression.Encoder.ScreenCapture Namespace