AbstractPoint::Invert Method (Point)

Visual Studio 2015
 

Returns a Point structure with the input's X and Y properties swapped.

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

public:
static Point Invert(
	Point point
)

Parameters

point
Type: System.Windows::Point

The original point.

Return Value

Type: System.Windows::Point

The swapped point.

Return to top
Show: