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
)
參數
- bounds
類型:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
要在其上繪製裝飾項目的矩形。
- shape
類型:Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
與這個 Decorator 關聯的 LinkShape。
- e
類型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
用來取得 Graphics 物件進行繪製的 DiagramPaintEventArgs。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。