VideoWindow.GetRestorePosition method

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

Syntax

'Declaration
Public Sub GetRestorePosition ( _
    <OutAttribute> ByRef pLeft As Integer, _
    <OutAttribute> ByRef pTop As Integer, _
    <OutAttribute> ByRef pWidth As Integer, _
    <OutAttribute> ByRef pHeight As Integer _
)
'Usage
Dim instance As VideoWindow
Dim pLeft As Integer
Dim pTop As Integer
Dim pWidth As Integer
Dim pHeight As Integer

instance.GetRestorePosition(pLeft, pTop, _
    pWidth, pHeight)
public void GetRestorePosition(
    out int pLeft,
    out int pTop,
    out int pWidth,
    out int pHeight
)

Parameters

See also

Reference

VideoWindow class

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace