VideoWindow.SetWindowPosition Method

This method sets the position of the video window (not the client rectangle position) in device coordinates.

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