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,用于填充图形形状(如矩形、椭圆、饼形、多边形和封闭路径)的内部的对象。
- 属性
注解
背景画笔用于填充设计器背景的内部。