PrintPageEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PrintPageEventArgs(
Graphics graphics,
SizeF pageSize,
int currentPage
)
Public Sub New (
graphics As Graphics,
pageSize As SizeF,
currentPage As Integer
)
new :
graphics : Graphics *
pageSize : SizeF *
currentPage : int -> PrintPageEventArgs
Parameters
- graphics
- Type: Eto.DrawingGraphics
Graphics context to paint the page. - pageSize
- Type: Eto.DrawingSizeF
Size of the page in device units. - currentPage
- Type: SystemInt32
Current page that is being printed.
See Also