[]
Expands the rectangle represented by the current C1Rect exactly enough to contain the specified rectangle.
public void Union(C1Rect rect)
| Type | Name | Description |
|---|---|---|
| C1Rect | rect | The rectangle to include. |
| Type | Condition |
|---|---|
| NotImplementedException |
Expands the rectangle represented by the current C1Rect exactly enough to contain the specified point.
public void Union(C1Point point)
| Type | Name | Description |
|---|---|---|
| C1Point | point | The point to include. |
| Type | Condition |
|---|---|
| NotImplementedException |
Returns a new rectangle exactly enough to contain the specified rectangles.
public static C1Rect Union(C1Rect rect1, C1Rect rect2)
| Type | Name | Description |
|---|---|---|
| C1Rect | rect1 | The first rectangle. |
| C1Rect | rect2 | The second rectangle. |
| Type | Description |
|---|---|
| C1Rect |