ListItemSubField::GetInPlaceEditorBounds Method (ShapeElement^, ShapeField^)

 

Returns the bounds of the in-place editor relative to its parent shape in world units.

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

public:
virtual RectangleD GetInPlaceEditorBounds(
	ShapeElement^ parentShape,
	ShapeField^ parentField
) override

Parameters

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

The ShapeElement instance that contains this subfield.

parentField
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^

The parent ShapeField of this ShapeSubField.

Return to top
Show: