ActivityDesignerTheme.GetBackgroundBrush(Rectangle) メソッド

定義

渡された四角形で指定された領域の描画に使用するブラシを取得します。

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

パラメーター

rectangle
Rectangle

背景上の領域の場所とサイズを指定する Rectangle

返品

四角形、楕円、円、多角形、パスなどのグラフィカル図形の内部を塗りつぶすために使用される Brush

属性

注釈

背景ブラシは、デザイナーの背景の内部を塗りつぶすために使用されます。

適用対象