Skip to main content

ContainsExclusive Method

Determines whether a point is in the bounds of the rectangle, exclusive of the 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 rectangle; otherwise false.

See Also​

Reference​

Rect Structure
Avalonia Namespace