PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Konstruktor

Definice

Inicializuje novou instanci PrintPageEventArgs třídy.

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

Slouží Graphics k malování položky.

marginBounds
Rectangle

Oblast mezi okraji.

pageBounds
Rectangle

Celková plocha papíru.

pageSettings
PageSettings

Pro PageSettings stránku.

Platí pro

Viz také