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