Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub Intersect ( _
    rectangle As RectangleD _
)
public void Intersect(
    RectangleD rectangle
)
public:
void Intersect(
    RectangleD rectangle
)
member Intersect : 
        rectangle:RectangleD -> unit 
public function Intersect(
    rectangle : RectangleD
)

Parameters

.NET Framework Security

See Also

Reference

RectangleD Structure

Intersect Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace