次の方法で共有


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

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

属性

注釈

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

適用対象