Rectangle.Intersect Method
Include Protected Members
Include Inherited Members
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(Rectangle) | Creates a Rectangle that represents the intersection between this Rectangle and rect. | |
Intersect(Rectangle, Rectangle) | Creates a rectangle that represents the intersetion between a and b. If there is no intersection, null is returned. |
Top