RectangleD::IntersectsWith Method (RectangleD)

 

Determines if this rectangle intersects with rectangle.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
bool IntersectsWith(
	RectangleD rectangle
)

Parameters

rectangle
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The rectangle to test

Return Value

Type: System::Boolean
Return to top
Show: