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。
- 属性
注釈
デザイナーの背景の内部を塗りつぶすには、背景ブラシが使用されます。