AbstractPoint.Invert(Point) Method

Definition

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

C++
public:
 static System::Windows::Point Invert(System::Windows::Point point);

Parameters

point
Point

The original point.

Returns

The swapped point.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022