Compartilhar via


PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Construtor

Definição

Inicializa uma nova instância da classe PrintPageEventArgs.

public:
 PrintPageEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle marginBounds, System::Drawing::Rectangle pageBounds, System::Drawing::Printing::PageSettings ^ pageSettings);
public PrintPageEventArgs (System.Drawing.Graphics graphics, System.Drawing.Rectangle marginBounds, System.Drawing.Rectangle pageBounds, System.Drawing.Printing.PageSettings pageSettings);
public PrintPageEventArgs (System.Drawing.Graphics? graphics, System.Drawing.Rectangle marginBounds, System.Drawing.Rectangle pageBounds, System.Drawing.Printing.PageSettings pageSettings);
new System.Drawing.Printing.PrintPageEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * System.Drawing.Printing.PageSettings -> System.Drawing.Printing.PrintPageEventArgs
Public Sub New (graphics As Graphics, marginBounds As Rectangle, pageBounds As Rectangle, pageSettings As PageSettings)

Parâmetros

graphics
Graphics

O Graphics usado para pintar o item.

marginBounds
Rectangle

A área entre as margens.

pageBounds
Rectangle

A área total do papel.

pageSettings
PageSettings

O PageSettings para a página.

Aplica-se a

Confira também