共用方式為


LinkDecorator.DoPaintShape 方法

根據所提供的界限,繪製 LinkShape 的 LinkDecorator。 預設的描繪程式碼會取得裝飾項目的路徑並根據 LinkDecorator PenId 的 和 BrushId 繪製與填滿。

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

語法

'宣告
Public Overridable Sub DoPaintShape ( _
    bounds As RectangleD, _
    shape As IGeometryHost, _
    e As DiagramPaintEventArgs _
)
public virtual void DoPaintShape(
    RectangleD bounds,
    IGeometryHost shape,
    DiagramPaintEventArgs e
)

參數

.NET Framework 安全性

請參閱

參考

LinkDecorator 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間