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

图形中的绘制位置。

适用于