GroupBoundsRules.GetCompliantGroupBounds Method

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

Syntax

'宣言
Public MustOverride Sub GetCompliantGroupBounds ( _
    store As Store, _
    targetShape As ShapeElement, _
    ghostShapes As GhostShapeCollection, _
    proposedLocationDelta As PointD _
)
'使用
Dim instance As GroupBoundsRules
Dim store As Store
Dim targetShape As ShapeElement
Dim ghostShapes As GhostShapeCollection
Dim proposedLocationDelta As PointD

instance.GetCompliantGroupBounds(store, _
    targetShape, ghostShapes, proposedLocationDelta)
public abstract void GetCompliantGroupBounds(
    Store store,
    ShapeElement targetShape,
    GhostShapeCollection ghostShapes,
    PointD proposedLocationDelta
)
public:
virtual void GetCompliantGroupBounds(
    Store^ store, 
    ShapeElement^ targetShape, 
    GhostShapeCollection^ ghostShapes, 
    PointD proposedLocationDelta
) abstract
public abstract function GetCompliantGroupBounds(
    store : Store, 
    targetShape : ShapeElement, 
    ghostShapes : GhostShapeCollection, 
    proposedLocationDelta : PointD
)

Parameters

Permissions

See Also

Reference

GroupBoundsRules Class

GroupBoundsRules Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace