ShapeField.GetBackgroundBrush 方法
取得用來繪製為圖形項目指派給這個 shape 功能變數的背景的筆刷。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
Shape 功能變數指派給圖形的項目。
- oldColor
型別:System.Drawing.Color%
Shape 功能變數目前的色彩。
傳回值
型別:System.Drawing.Brush
用來繪製為圖形項目指派給這個 shape 功能變數的背景的筆刷。
備註
根據預設,這個方法會傳回此 ShapeField 的預設背景筆刷。若要以動態方式變更這個 ShapeField 背景的筆刷,請考慮覆寫 GetBackgroundBrushId 第一次。如果該方法是不適當,覆寫這個方法。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。