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