RectangleD.Intersect Method (RectangleD)

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

Syntax

'宣言
Public Sub Intersect ( _
    rectangle As RectangleD _
)
'使用
Dim instance As RectangleD
Dim rectangle As RectangleD

instance.Intersect(rectangle)
public void Intersect(
    RectangleD rectangle
)
public:
void Intersect(
    RectangleD rectangle
)
public function Intersect(
    rectangle : RectangleD
)

Parameters

Permissions

See Also

Reference

RectangleD Structure

RectangleD Members

Intersect Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace