PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Constructeur

Définition

Initialise une nouvelle instance de la 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);
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)

Paramètres

graphics
Graphics

Utilisé Graphics pour peindre l’élément.

marginBounds
Rectangle

Zone entre les marges.

pageBounds
Rectangle

Zone totale du papier.

pageSettings
PageSettings

Pour PageSettings la page.

S’applique à

Voir aussi