Skip to main content
A newer version of this page is available. .

AreaPaintEventArgs.Graphics Property

Gets the drawing surface of the element being painted.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v21.2.dll

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

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

A Graphics object.

See Also