Share via


ScreenCaptureSourceProperties Constructor (Int32, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean)

Initializes a new instance of the ScreenCaptureSourceProperties class.

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

Syntax

'Declaration
Public Sub New ( _
    left As Integer, _
    top As Integer, _
    width As Integer, _
    height As Integer, _
    frameRate As Integer, _
    captureCursor As Boolean, _
    captureLargeCursor As Boolean, _
    captureLayeredWindow As Boolean _
)
'Usage
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
Dim frameRate As Integer
Dim captureCursor As Boolean
Dim captureLargeCursor As Boolean
Dim captureLayeredWindow As Boolean

Dim instance As New ScreenCaptureSourceProperties(left, top, width, height, frameRate, captureCursor, captureLargeCursor, captureLayeredWindow)
public ScreenCaptureSourceProperties (
    int left,
    int top,
    int width,
    int height,
    int frameRate,
    bool captureCursor,
    bool captureLargeCursor,
    bool captureLayeredWindow
)
public:
ScreenCaptureSourceProperties (
    int left, 
    int top, 
    int width, 
    int height, 
    int frameRate, 
    bool captureCursor, 
    bool captureLargeCursor, 
    bool captureLayeredWindow
)

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ScreenCaptureSourceProperties Class
ScreenCaptureSourceProperties Members
Microsoft.Expression.Encoder.Live Namespace