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
- left
Type: System.Int32
- top
Type: System.Int32
- width
Type: System.Int32
- height
Type: System.Int32