Back to Devexpress

IGraphics Interface

corelibraries-devexpress-dot-xtraprinting-deda2c76.md

latest1.4 KB
Original Source

IGraphics Interface

Provides the essential functionality for document printing.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IGraphics :
    IGraphicsBase,
    IDXGraphicsBase,
    IDXMeasurer,
    IDisposable,
    IPrintingSystemContext,
    IServiceProvider
vb
Public Interface IGraphics
    Inherits IGraphicsBase,
             IDXGraphicsBase,
             IDXMeasurer,
             IDisposable,
             IPrintingSystemContext,
             IServiceProvider

The following members return IGraphics objects:

LibraryRelated API Members
Cross-Platform Class LibraryPagePaintEventArgs.Graphics
.NET Reporting ToolsDrawEventArgs.UniGraphics

See Also

IGraphics Members

DevExpress.XtraPrinting Namespace