ShapeField.GetBackgroundBrush 方法
取得繪製圖案項目 (已為其指派圖案欄位) 背景的筆刷。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Public Overridable Function GetBackgroundBrush ( _
view As DiagramClientView, _
parentShape As ShapeElement, _
ByRef oldColor As Color _
) As Brush
public virtual Brush GetBackgroundBrush(
DiagramClientView view,
ShapeElement parentShape,
ref Color oldColor
)
參數
- view
類型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
圖表用戶端檢視。
- parentShape
類型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
圖案欄位要被指派到的圖案項目。
- oldColor
類型:System.Drawing.Color%
圖案欄位的目前色彩。
傳回值
類型:System.Drawing.Brush
繪製圖案項目 (已為其指派圖案欄位) 背景的筆刷。
備註
根據預設,這個方法會傳回這個 ShapeField 的預設背景筆刷。 動態地變更這個 ShapeField 的背景筆刷,請考慮先覆寫 GetBackgroundBrushId。 如果該方法不完整,請覆寫這個方法。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。