RectangleD.IntersectsWith Method

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

Syntax

'宣言
Public Function IntersectsWith ( _
    rectangle As RectangleD _
) As Boolean
'使用
Dim instance As RectangleD
Dim rectangle As RectangleD
Dim returnValue As Boolean

returnValue = instance.IntersectsWith(rectangle)
public bool IntersectsWith(
    RectangleD rectangle
)
public:
bool IntersectsWith(
    RectangleD rectangle
)
public function IntersectsWith(
    rectangle : RectangleD
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

RectangleD Structure

RectangleD Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace