Diagram.GetCompliantGroupBounds 方法
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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
父圖案,或者為 null (如果它的子圖案不會被指派給它,而只是重新放置在圖表上)。
- ghostShapes
類型:Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
虛構圖案的集合。
- proposedLocationDelta
類型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
虛擬圖案的差異。
備註
如果圖案有群組不界限規則,圖表的規則使用。
虛構圖案在這些圖表的原始位置代表父圖案。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。