This method returns the normal restored window dimensions.

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

Syntax

C#
public 
void 
GetRestorePosition(
	
out 
int 
pLeft,
	
out 
int 
pTop,
	
out 
int 
pWidth,
	
out 
int 
pHeight
)

Parameters

pLeft
Type: System . . :: . . Int32 %
pTop
Type: System . . :: . . Int32 %
pWidth
Type: System . . :: . . Int32 %
pHeight
Type: System . . :: . . Int32 %

See Also