AbstractPoint.Invert(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.