PixelRect.

Intersects(PixelRect) Method

Summary

Determines whether a rectangle intersects with this rectangle.
Namespace
Avalonia
Containing Type
PixelRect

Syntax

public bool Intersects(PixelRect rect)

Parameters

Name Type Description
rect PixelRect The other rectangle.

Return Value

Type Description
bool True if the specified rectangle intersects with this one; otherwise false.