AnalysisRegion.Intersect Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Restricts the current AnalysisRegion to an area that intersects the region and the specified area.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Intersect(AnalysisRegion) | Restricts the current AnalysisRegion to an area that intersects both the region and the specified AnalysisRegion. | |
Intersect(Rect) | Restricts the current AnalysisRegion to an area that intersects both the region and the specified rectangle. |
Top