PixelRectContains(PixelRect) Method

Determines whether the rectangle fully contains another rectangle.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Contains(
	PixelRect r
)

Parameters

r  PixelRect
The rectangle.

Return Value

Boolean
true if the rectangle is fully contained; otherwise false.

See Also