Skip to main content

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)

public bool ContainsExclusive(
Point p
)

Parameters

  Point
The point.

Return Value

Boolean
true if the point is in the bounds of the rounded rectangle; otherwise false.

See Also

Reference

RoundedRect Structure
Avalonia Namespace