PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Konstruktor

Definition

Initierar en ny instans av PrintPageEventArgs klassen.

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)

Parametrar

graphics
Graphics

Den Graphics som används för att måla objektet.

marginBounds
Rectangle

Området mellan marginalerna.

pageBounds
Rectangle

Papperets totala yta.

pageSettings
PageSettings

Sidans PageSettings för.

Gäller för

Se även