PrintingManager.PrintPaint(Graphics, Rectangle) 方法
定义
在打印机图形中绘制图表。Draws the chart on the printer graphics.
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)
参数
- position
- Rectangle
图形中的绘制位置。The position to draw on the graphics.