Chart.OnPaintBackground(PaintEventArgs) 메서드

정의

OnPaintBackground(PaintEventArgs) 메서드를 재정의합니다.

protected:
 override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ pevent);
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs pevent);
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (pevent As PaintEventArgs)

매개 변수

pevent
PaintEventArgs

이벤트 인수를 포함하는 PaintEventArgs 개체입니다.

적용 대상