言語

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

適用対象

こちらもご覧ください