VideoWindow.GetMaxIdealImageSize method

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

Syntax

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

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

Parameters

See also

Reference

VideoWindow class

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace