ContainsExclusive Method
Determines whether a point is in the bounds of the rounded rectangle, exclusive of the rounded rectangle's bottom/right edge.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool ContainsExclusive(
Point p
)
Public Function ContainsExclusive (
p As Point
) As Boolean
member ContainsExclusive :
p : Point -> bool
Parameters
- Point
- The point.
Return Value
Boolean
true if the point is in the bounds of the rounded rectangle; otherwise false.