PixelRect.

Contains(PixelRect) Method

Summary

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

Syntax

public bool Contains(PixelRect r)

Parameters

Name Type Description
r PixelRect The rectangle.

Return Value

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