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,用于填充图形形状(如矩形、椭圆、饼形、多边形和封闭路径)的内部的对象。

属性

注解

背景画笔用于填充设计器背景的内部。

适用于