ActivityDesignerTheme.GetBackgroundBrush(Rectangle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得筆刷,用於繪製傳遞之矩形所指定的區域。
public:
System::Drawing::Brush ^ GetBackgroundBrush(System::Drawing::Rectangle rectangle);
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush GetBackgroundBrush (System.Drawing.Rectangle rectangle);
[<System.ComponentModel.Browsable(false)>]
member this.GetBackgroundBrush : System.Drawing.Rectangle -> System.Drawing.Brush
Public Function GetBackgroundBrush (rectangle As Rectangle) As Brush
參數
傳回
Brush,用於填滿圖形形狀內部,例如矩形、橢圓形、派形、多邊形和路徑。
- 屬性
備註
背景筆刷可用來填滿設計工具背景的內部。