RectangleD::Intersect Method (RectangleD)

 

Replaces this RectangleD structure with the intersection of itself and the specified RectangleD structure.

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

public:
void Intersect(
	RectangleD rectangle
)

Parameters

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

The rectangle to intersect.

Return to top
Show: