共用方式為


KeepGroupWithinParentRule.GetCompliantGroupBounds 方法

更新 GhostShapeCollection,如此它會符合此 GroupBoundsRules,在套用提議的位置差異之後。 這個 GroupBoundsRule 會限制子圖案群組的整體界限,使其保持在目前父圖案上方及左側邊界的右下方。 父圖案的右邊緣和下邊緣將不會限制子圖案。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public Overrides Sub GetCompliantGroupBounds ( _
    store As Store, _
    targetShape As ShapeElement, _
    ghostShapes As GhostShapeCollection, _
    proposedLocationDelta As PointD _
)
public override void GetCompliantGroupBounds(
    Store store,
    ShapeElement targetShape,
    GhostShapeCollection ghostShapes,
    PointD proposedLocationDelta
)

參數

.NET Framework 安全性

請參閱

參考

KeepGroupWithinParentRule 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間