PrintPageEventArgs(Graphics, Rectangle, Rectangle, PageSettings) 생성자
정의
PrintPageEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the PrintPageEventArgs class.
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)
매개 변수
- marginBounds
- Rectangle
여백 간 영역입니다.The area between the margins.
- pageBounds
- Rectangle
용지의 전체 영역입니다.The total area of the paper.
- pageSettings
- PageSettings
해당 페이지에 대한 PageSettings입니다.The PageSettings for the page.