Aracılığıyla paylaş


PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) Oluşturucu

Tanım

PrintPageEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

graphics
Graphics

Öğeyi Graphics boyamak için kullanılan.

marginBounds
Rectangle

Kenar boşlukları arasındaki alan.

pageBounds
Rectangle

Kağıdın toplam alanı.

pageSettings
PageSettings

PageSettings Sayfa için.

Şunlara uygulanır

Ayrıca bkz.