Contains(Point) Method
Determines whether a point is in the bounds of the rectangle.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Contains(
Point p
)
Public Function Contains (
p As Point
) As Boolean
member Contains :
p : Point -> bool
Parameters
- Point
- The point.
Return Value
Boolean
true if the point is in the bounds of the rectangle; otherwise false.