PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) コンストラクター

定義

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)

パラメーター

graphics
Graphics

項目の描画に使用される Graphics

marginBounds
Rectangle

余白と余白の間の領域。

pageBounds
Rectangle

用紙の全領域。

pageSettings
PageSettings

ページの PageSettings

適用対象

こちらもご覧ください