Click or drag to resize

PrintPageEventArgsGraphics Property

Gets the graphics context to draw the page's content.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Graphics Graphics { get; }

Property Value

Type: Graphics
The graphics context.
See Also