AnalysisRegionBase.Union Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Expands the area of this AnalysisRegionBase to the area created by its union with 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 | |
---|---|---|
Union(AnalysisRegionBase) | Expands the area of this AnalysisRegionBase to the area created by its union with the specified AnalysisRegionBase. | |
Union(Int32, Int32, Int32, Int32) | Expands the area of this AnalysisRegionBase to the area created by its union with the specified rectangle. |
Top