KeepGroupWithinDiagramRule::GetCompliantGroupBounds Method (Store^, ShapeElement^, GhostShapeCollection^, PointD)

 

Updates the GhostShapeCollection so that it complies with this GroupBoundsRules after the proposed location delta is applied. This GroupBoundsRule will constrain the overall bounds of a group of child shapes so that it remains below and to the right of the top and left boundaries of the parent shape. The right and bottom side of the parent shape will not constrain the child shapes.

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

public:
virtual void GetCompliantGroupBounds(
	Store^ store,
	ShapeElement^ targetShape,
	GhostShapeCollection^ ghostShapes,
	PointD proposedLocationDelta
) override

Parameters

store
Type: Microsoft.VisualStudio.Modeling::Store^

The store containing the ShapeElements that the ghost shapes refer to.

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

The target parent shape if the source shapes are being reparented or duplicated. This parameter can be null, in which case the source shapes are being repositioned.

ghostShapes
Type: Microsoft.VisualStudio.Modeling.Diagrams::GhostShapeCollection^

A collection of ghost shapes which describe ShapeElements prior to the proposed location delta. This method should modify the ghost shape properties such that the properties are compliant with this rule after the proposed location delta is applied.

proposedLocationDelta
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

The proposed location delta in world units to apply to each shape in the group.

Return to top
Show: