RectContains(Point) Method
Determines whether a point is in the bounds of the rectangle.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Contains(
Point p
)
Public Function Contains (
p As Point
) As Boolean
member Contains :
p : Point -> bool
- p Point
- The point.
Booleantrue if the point is in the bounds of the rectangle; otherwise false.