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