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입니다.

적용 대상

추가 정보