PortPlacementHelper.GetBottomPortChildren Method (NodeShape, RectangleD)

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

Syntax

'宣言
Protected Shared Function GetBottomPortChildren ( _
    parentShape As NodeShape, _
    bounds As RectangleD _
) As ArrayList
'使用
Dim parentShape As NodeShape
Dim bounds As RectangleD
Dim returnValue As ArrayList

returnValue = PortPlacementHelper.GetBottomPortChildren(parentShape, _
    bounds)
protected static ArrayList GetBottomPortChildren(
    NodeShape parentShape,
    RectangleD bounds
)
protected:
static ArrayList^ GetBottomPortChildren(
    NodeShape^ parentShape, 
    RectangleD bounds
)
protected static function GetBottomPortChildren(
    parentShape : NodeShape, 
    bounds : RectangleD
) : ArrayList

Parameters

Return Value

Type: System.Collections.ArrayList

Permissions

See Also

Reference

PortPlacementHelper Class

PortPlacementHelper Members

GetBottomPortChildren Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace