RectUnion Method
Gets the union of two rectangles.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect Union(
Rect rect
)
Public Function Union (
rect As Rect
) As Rect
member Union :
rect : Rect -> Rect
- rect Rect
- The other rectangle.
RectThe union.