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

C#
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

See Also