- a
- A rectangle to union.
- b
- A rectangle to union.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Union( _ ByVal a As AnnRectangle, _ ByVal b As AnnRectangle _ ) As AnnRectangle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static AnnRectangle Union( AnnRectangle a, AnnRectangle b ) | |
| C++/CLI | |
|---|---|
public: static AnnRectangle Union( AnnRectangle a, AnnRectangle b ) | |
Parameters
- a
- A rectangle to union.
- b
- A rectangle to union.
Return Value
A third AnnRectangle structure that contains both of the two rectangles that form the union.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code