Pen.Brush 속성

정의

Brush의 특성을 결정하는 Pen를 가져오거나 설정합니다.

public:
 property System::Drawing::Brush ^ Brush { System::Drawing::Brush ^ get(); void set(System::Drawing::Brush ^ value); };
public System.Drawing.Brush Brush { get; set; }
member this.Brush : System.Drawing.Brush with get, set
Public Property Brush As Brush

속성 값

Brush의 특성을 결정하는 Pen입니다.

예외

Brush 클래스에서 반환된 것과 같은 변경 불가능한 PenPens 속성을 설정한 경우

설명

이 속성을 할당하면 펜이 채워진 선과 곡선을 그립니다. 의 속성을 재정의합니다 ColorPen.

적용 대상