The methods of Xamarin.Forms.Point are listed below. For a list of all members, see the Point Members list.
See Also: Inherited members from System.ValueType
Distance(Point)Calculates the distance between two points. | ||
override | Equals(object)Returns true if the X and Y values of this are exactly equal to those in the argument. | |
override | GetHashCode()Returns a hash value for the Xamarin.Forms.Point. | |
Offset(double, double)Returns a new Xamarin.Forms.Point that translates the current Xamarin.Forms.Point by dx and dy. | ||
Round()Returns a new Xamarin.Forms.Point whose Point.X and Point.Y have been rounded to the nearest integral value. | ||
override | ToString()A human-readable representation of the Xamarin.Forms.Point. | |