PrintingManager.PrintPaint(Graphics, Rectangle) Method

Definition

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)

Parameters

graphics
Graphics

The printer Graphics object.

position
Rectangle

The position to draw on the graphics.

Applies to