PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

graphics
Graphics

Używany Graphics do malowania elementu.

marginBounds
Rectangle

Obszar między marginesami.

pageBounds
Rectangle

Całkowity obszar papieru.

pageSettings
PageSettings

Strona PageSettings .

Dotyczy

Zobacz też