VideoWindow.GetMinIdealImageSize Method
This method retrieves the ideal minimum image size for the video image playback (client) area.
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
- pWidth
Type: System.Int32
- pHeight
Type: System.Int32