Port.GetChildPortPlacement 方法 (RectangleD, RectangleD)
PortPlacement 判斷邏輯被封裝在這個方法。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Overridable Function GetChildPortPlacement ( _
parentShapeDimensions As RectangleD, _
childShapeRelativeBounds As RectangleD _
) As PortPlacement
public virtual PortPlacement GetChildPortPlacement(
RectangleD parentShapeDimensions,
RectangleD childShapeRelativeBounds
)
參數
- parentShapeDimensions
型別:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
因為另一個參數是相對的用只有寬度和高度。
- childShapeRelativeBounds
型別:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
相對於父代的子系的 relativeBounds
傳回值
型別:Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
PortPlacment
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。