Intersect Method
Gets the intersection of two rectangles.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Rect Intersect(
Rect rect
)
Public Function Intersect (
rect As Rect
) As Rect
member Intersect :
rect : Rect -> Rect
Parameters
- Rect
- The other rectangle.
Return Value
Rect
The intersection.