次の方法で共有


PrintPageEventArgs コンストラクタ

PrintPageEventArgs クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal graphics As Graphics, _   ByVal marginBounds As Rectangle, _   ByVal pageBounds As Rectangle, _   ByVal pageSettings As PageSettings _)
[C#]
public PrintPageEventArgs(
   Graphicsgraphics,RectanglemarginBounds,RectanglepageBounds,PageSettingspageSettings);
[C++]
public: PrintPageEventArgs(
   Graphics* graphics,RectanglemarginBounds,RectanglepageBounds,PageSettings* pageSettings);
[JScript]
public function PrintPageEventArgs(
   graphics : Graphics,marginBounds : Rectangle,pageBounds : Rectangle,pageSettings : PageSettings);

パラメータ

  • graphics
    項目の描画に使用される Graphics
  • marginBounds
    余白と余白の間の領域。
  • pageBounds
    用紙の全領域。
  • pageSettings
    ページの PageSettings

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

PrintPageEventArgs クラス | PrintPageEventArgs メンバ | System.Drawing.Printing 名前空間 | Graphics | Rectangle