PagePaintEventArgs.Graphics Property
Provides access to the graphics object on which the PagePaintEventArgs.Page is painted.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
IGraphics | An object implementing the IGraphics interface. |
See Also