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

배경에 있는 영역의 위치와 크기를 지정하는 A Rectangle 입니다.

반품

Brush 사각형, 타원, 원형, 다각형 및 경로와 같은 그래픽 셰이프의 내부를 채우는 데 사용되는 A입니다.

특성

설명

배경 브러시는 디자이너의 배경 내부를 채우는 데 사용됩니다.

적용 대상