Windows.UI.Xaml.PointHelper
July 6, 2022 ยท View on GitHub
-description
Provides helper methods to set Point values. C# and Microsoft Visual Basic code should use methods of Point instead.
-remarks
Point is a Windows Runtime structure that represents an X,Y position in a coordinate system. A Point is used as a value in many different Windows Runtime APIs.
PointHelper is one of several Helper classes that are intended to provide utility methods for Windows Runtime structure values. C# and Microsoft Visual Basic code can use members of Point instead, because utility members are available directly on the structure due to .NET Framework runtime support. C++ code can only access the X and Y data values on Point. For C++ developers, approximately the same utility features that a Microsoft Visual Basic developer could use directly on Point are available in a static form on the PointHelper class.