AbstractSize::Invert Method (Size)

Visual Studio 2015
 

Returns a Size structure with the input's Width and Height properties swapped.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static Size Invert(
	Size size
)

Parameters

size
Type: System.Windows::Size

The original size.

Return Value

Type: System.Windows::Size

The swapped size.

Return to top
Show: