- rect
- The AnnRectangle structure to be tested.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Contains( _ ByVal rect As AnnRectangle _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Contains( AnnRectangle rect ) | |
| C++/CLI | |
|---|---|
public: bool Contains( AnnRectangle rect ) | |
Parameters
- rect
- The AnnRectangle structure to be tested.
Return Value
This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this AnnRectangle; otherwise false.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code