VideoWindow.GetMinIdealImageSize method

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

Syntax

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

instance.GetMinIdealImageSize(pWidth, _
    pHeight)
public void GetMinIdealImageSize(
    out int pWidth,
    out int pHeight
)

Parameters

See also

Reference

VideoWindow class

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace