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