PrintingManager.PrintPaint(Graphics, Rectangle) Método

Definição

Desenha o gráfico nos gráficos de impressora.

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)

Parâmetros

graphics
Graphics

O objeto Graphics da impressora.

position
Rectangle

A posição para desenhar no gráfico.

Aplica-se a