Diagram.GetCompliantGroupBounds 方法
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Overridable Sub GetCompliantGroupBounds ( _
targetShape As ShapeElement, _
ghostShapes As GhostShapeCollection, _
proposedLocationDelta As PointD _
)
public virtual void GetCompliantGroupBounds(
ShapeElement targetShape,
GhostShapeCollection ghostShapes,
PointD proposedLocationDelta
)
參數
- targetShape
型別:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
父圖案,或nullnull 參考 (即 Visual Basic 中的 Nothing)如果它的子圖案不會被指派給它但只重新放置在圖表上。
- ghostShapes
型別:Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
幽靈車圖形的組合。
- proposedLocationDelta
型別:Microsoft.VisualStudio.Modeling.Diagrams.PointD
幽靈車圖形的差異。
備註
如果圖形有沒有群組繫結的規則,則會使用圖表的規則。
幽靈車圖形表示在圖表中的原始位置的父圖案。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。