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 ) |
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family