- a
- A rectangle to intersect.
- b
- A rectangle to intersect
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shared Function Intersect( _ ByVal a As AnnRectangle, _ ByVal b As AnnRectangle _ ) As AnnRectangle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static AnnRectangle Intersect( AnnRectangle a, AnnRectangle b ) | |
| C++/CLI | |
|---|---|
public: static AnnRectangle Intersect( AnnRectangle a, AnnRectangle b ) | |
Parameters
- a
- A rectangle to intersect.
- b
- A rectangle to intersect
Return Value
A third AnnRectangle structure the size of which represents the overlapped area of the two specified rectangles.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code