Rect.

Intersect(Rect) Method

Summary

Gets the intersection of two rectangles.
Namespace
Avalonia
Containing Type
Rect

Syntax

public Rect Intersect(Rect rect)

Parameters

Name Type Description
rect Rect The other rectangle.

Return Value

Type Description
Rect The intersection.