AreaField::GetBounds Method (ShapeElement^)

 

Gets the bounds for this area field from the parent shape, or the default size that was specified.

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 GetBounds(
	ShapeElement^ parentShape
) override

Parameters

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

ParentShape to get size from.

Return to top
Show: