AbstractPoint.Invert(Point) Method
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.
C++
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
- point
- Point
The original point.
The swapped point.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |