共用方式為


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

圖形上的繪製位置。

適用於