AbstractPoint.Invert(Point) Method

Definition

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

public:
 static System::Windows::Point Invert(System::Windows::Point point);
public static System.Windows.Point Invert (System.Windows.Point point);
static member Invert : System.Windows.Point -> System.Windows.Point
Public Shared Function Invert (point As Point) As Point

Parameters

point
Point

The original point.

Returns

The swapped point.

Applies to