PixelRect.

Intersect(PixelRect) Method

Summary

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

Syntax

public PixelRect Intersect(PixelRect rect)

Parameters

Name Type Description
rect PixelRect The other rectangle.

Return Value

Type Description
PixelRect The intersection.