Rect.

Contains(Rect) Method

Summary

Determines whether the rectangle fully contains another rectangle.
Namespace
Avalonia
Containing Type
Rect

Syntax

public bool Contains(Rect r)

Parameters

Name Type Description
r Rect The rectangle.

Return Value

Type Description
bool true if the rectangle is fully contained; otherwise false.