Chart.Paint(Graphics, Rectangle) 메서드

정의

그래픽에서 차트 이미지를 그립니다.

public:
 void Paint(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle position);
public void Paint (System.Drawing.Graphics graphics, System.Drawing.Rectangle position);
member this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle -> unit
Public Sub Paint (graphics As Graphics, position As Rectangle)

매개 변수

graphics
Graphics

차트 이미지를 그릴 그래픽 개체입니다.

position
Rectangle

그래픽에서 차트 그래픽의 위치입니다.

적용 대상