ListField.GetItemRectangle Method

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

Syntax

'宣言
Public Function GetItemRectangle ( _
    parentShape As ShapeElement, _
    row As Integer, _
    column As Integer _
) As RectangleD
'使用
Dim instance As ListField
Dim parentShape As ShapeElement
Dim row As Integer
Dim column As Integer
Dim returnValue As RectangleD

returnValue = instance.GetItemRectangle(parentShape, _
    row, column)
public RectangleD GetItemRectangle(
    ShapeElement parentShape,
    int row,
    int column
)
public:
RectangleD GetItemRectangle(
    ShapeElement^ parentShape, 
    int row, 
    int column
)
public function GetItemRectangle(
    parentShape : ShapeElement, 
    row : int, 
    column : int
) : RectangleD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace