[]
public static Rectangle Union(Rectangle r1, Rectangle r2)
Public Shared Function Union(r1 As Rectangle, r2 As Rectangle) As Rectangle
Type | Name | Description |
---|---|---|
Rectangle | r1 | A rectangle to union. |
Rectangle | r2 | A rectangle to union. |
Type | Description |
---|---|
Rectangle | A Rectangle structure that bounds the union of the two Rectangle structures. |
public void Union(Rectangle r)
Public Sub Union(r As Rectangle)
Type | Name | Description |
---|---|---|
Rectangle | r | A rectangle to union. |