RectangleD.Intersect Method (RectangleD, RectangleD)

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

Syntax

'宣言
Public Shared Function Intersect ( _
    first As RectangleD, _
    second As RectangleD _
) As RectangleD
'使用
Dim first As RectangleD
Dim second As RectangleD
Dim returnValue As RectangleD

returnValue = RectangleD.Intersect(first, _
    second)
public static RectangleD Intersect(
    RectangleD first,
    RectangleD second
)
public:
static RectangleD Intersect(
    RectangleD first, 
    RectangleD second
)
public static function Intersect(
    first : RectangleD, 
    second : RectangleD
) : RectangleD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

Permissions

See Also

Reference

RectangleD Structure

RectangleD Members

Intersect Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace