Xamarin.Forms.Point: Method Members

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

Public Methods

Distance(Point) : double
Calculates the distance between two points.
override
Equals(object) : bool
Returns true if the X and Y values of this are exactly equal to those in the argument.
override
GetHashCode() : int
Returns a hash value for the Xamarin.Forms.Point.
Offset(double, double) : Point
Returns a new Xamarin.Forms.Point that translates the current Xamarin.Forms.Point by dx and dy.
Round() : Point
Returns a new Xamarin.Forms.Point whose Point.X and Point.Y have been rounded to the nearest integral value.
override
ToString() : string
A human-readable representation of the Xamarin.Forms.Point.