PrintingManager.PrintPaint(Graphics, Rectangle) 메서드

정의

프린터 그래픽에 차트를 그립니다.

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

매개 변수

graphics
Graphics

프린터 Graphics 개체입니다.

position
Rectangle

그래픽에 그릴 위치입니다.

적용 대상