PixelRectContainsExclusive Method
Determines whether a point is in the bounds of the rectangle, exclusive of the
rectangle's bottom/right edge.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool ContainsExclusive(
PixelPoint p
)
Public Function ContainsExclusive (
p As PixelPoint
) As Boolean
member ContainsExclusive :
p : PixelPoint -> bool
- p PixelPoint
- The point.
Booleantrue if the point is in the bounds of the rectangle; otherwise false.