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