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