ListField::GetItemRectangle Method (ShapeElement^, Int32, Int32)

 

Gets the list item rectangle in world units relative to the top-left of the parent shape.

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

public:
RectangleD GetItemRectangle(
	ShapeElement^ parentShape,
	int row,
	int column
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The ShapeElement to which this ShapeField belongs.

row
Type: System::Int32

The zero-based row number of the list item.

column
Type: System::Int32
Return to top
Show: