VideoWindow.SetWindowPosition method

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub SetWindowPosition ( _
    left As Integer, _
    top As Integer, _
    width As Integer, _
    height As Integer _
)
'Usage
Dim instance As VideoWindow
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer

instance.SetWindowPosition(left, top, _
    width, height)
public void SetWindowPosition(
    int left,
    int top,
    int width,
    int height
)

Parameters

See also

Reference

VideoWindow class

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace