PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Objeto Graphics utilizado para dibujar el elemento.

marginBounds
Rectangle

Área comprendida entre los márgenes.

pageBounds
Rectangle

Área total del papel.

pageSettings
PageSettings

PageSettings que especifica la configuración de la página actual.

Se aplica a

Consulte también