RectangleD::Intersect Method (RectangleD, RectangleD)
Visual Studio 2015
Returns a RectangleD structure that represents the intersection of two rectangles. If there is no intersection, null is returned.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- first
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
A rectangle to intersect.
- second
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
A rectangle to intersect.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
Show: