PreviewWindow.SetSize Method

Sets the size of this preview window.

Namespace: Microsoft.Expression.Encoder.Live
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Sub SetSize ( _
    size As Size _
)
'Usage
Dim instance As PreviewWindow
Dim size As Size

instance.SetSize(size)
public void SetSize (
    Size size
)
public:
void SetSize (
    Size size
)

Parameters

size

The new size of this preview window.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PreviewWindow Class
PreviewWindow Members
Microsoft.Expression.Encoder.Live Namespace