Skip to main content

IGraphics Interface

Provides the essential functionality for document printing.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public interface IGraphics :
    IGraphicsBase,
    IDisposable,
    IPrintingSystemContext,
    IServiceProvider

The following members return IGraphics objects:

Library Related API Members
Cross-Platform Class Library PagePaintEventArgs.Graphics
.NET Reporting Tools DrawEventArgs.UniGraphics
See Also