Skip to main content

AreaPaintEventArgs.Graphics Property

Gets the drawing surface of the element being painted.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

A Graphics object.

See Also