Bagikan melalui


PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Konstruktor

Definisi

Menginisialisasi instans baru kelas 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)

Parameter

graphics
Graphics

yang Graphics digunakan untuk melukis item.

marginBounds
Rectangle

Area di antara margin.

pageBounds
Rectangle

Total area kertas.

pageSettings
PageSettings

Untuk PageSettings halaman.

Berlaku untuk

Lihat juga