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
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- row
Type: System.Int32
- column
Type: System.Int32
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.