Share via


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

グラフィックス上の描画位置。

適用対象