Xamarin.Forms.Rectangle.Contains Method
Whether the point described by x and y is within, or along the periphery of, this Xamarin.Forms.Rectangle.

Syntax

public bool Contains (double x, double y)

Parameters

x
The X location of the point being checked.
y
The Y location of the point being checked.

Returns

true if the point described by x and y is within, or along the periphery of, thisXamarin.Forms.Rectangle.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0