DevExpress.Drawing 26.1.5-pre-26227

Prefix Reserved
This is a prerelease version of DevExpress.Drawing.
dotnet add package DevExpress.Drawing --version 26.1.5-pre-26227
                    
NuGet\Install-Package DevExpress.Drawing -Version 26.1.5-pre-26227
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevExpress.Drawing" Version="26.1.5-pre-26227" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Drawing" Version="26.1.5-pre-26227" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Drawing" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevExpress.Drawing --version 26.1.5-pre-26227
                    
#r "nuget: DevExpress.Drawing, 26.1.5-pre-26227"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevExpress.Drawing@26.1.5-pre-26227
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevExpress.Drawing&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Drawing&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Tool

DevExpress Drawing Library

The DevExpress.Drawing package provides cross-platform drawing primitives and rendering infrastructure for DevExpress .NET components. It includes counterparts to common System.Drawing types such as Font, Pen, Brush, Image, and related graphics classes. These types allow DevExpress applications to perform drawing operations on Windows, Linux, and macOS.

Use this package with DevExpress products that rely on shared drawing APIs. It provides the core abstractions for text rendering, geometric shapes, image handling, and other graphics operations, but does not include a standalone visual control.

Key Features

  • Cross-platform Drawing Primitives - Provides shared counterparts for common System.Drawing types used by DevExpress components.
  • Graphics and Text Rendering - Supports drawing operations, text layout, font handling, path and region geometry, and related rendering features.
  • Image Support - Enables working with bitmap and vector-based image content in a platform-agnostic way.
  • Rendering Engine Integration - Supports both GDI+ on Windows and SkiaSharp on non-Windows platforms.
  • Custom Font Support - Allows applications to register and use custom fonts through the drawing library APIs.
  • Shared Infrastructure for DevExpress Products - Used by components such as Reporting, Office File API, XAF, XPO, and Dashboard export features.

How to Use

The DevExpress.Drawing package is designed for DevExpress products and middleware that require shared drawing functionality. Install it in your .NET project to access the shared rendering APIs.

On Windows, the package uses the GDI+ rendering engine by default. On Linux and macOS, it automatically uses the SkiaSharp-based rendering engine. You can also reference the dedicated DevExpress.Drawing.Skia package when needed.

Evaluation Period, Pricing Options, and Licensing Terms

Whether you own a license or want to start a 30-day evaluation period, register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For additional registration instructions, see License Key for DevExpress Products.

If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.

This package is included in the following commercial subscriptions:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

Documentation

Software Bill of Materials (SBOM)

To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.

See Also: Information Security | Security - What You Need to Know

Useful Online Resources

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (123)

Showing the top 5 NuGet packages that depend on DevExpress.Drawing:

Package Downloads
DevExpress.Pdf.Core

Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: Core Libraries (https://docs.devexpress.com/CoreLibraries) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, Reporting, Office File API SBOM: https://sbom.devexpress.com/nuget/DevExpress.Pdf.Core/26.1.5-pre-26227

DevExpress.Printing.Core

Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: Core Libraries (https://docs.devexpress.com/CoreLibraries) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, Reporting, Office File API SBOM: https://sbom.devexpress.com/nuget/DevExpress.Printing.Core/26.1.5-pre-26227

DevExpress.RichEdit.Core

Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: Core Libraries (https://docs.devexpress.com/CoreLibraries) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, Reporting, Office File API SBOM: https://sbom.devexpress.com/nuget/DevExpress.RichEdit.Core/26.1.5-pre-26227

DevExpress.Office.Core

Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: Core Libraries (https://docs.devexpress.com/CoreLibraries) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, Reporting, Office File API SBOM: https://sbom.devexpress.com/nuget/DevExpress.Office.Core/26.1.5-pre-26227

DevExpress.Charts

Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: Core Libraries (https://docs.devexpress.com/CoreLibraries) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, Reporting, Office File API SBOM: https://sbom.devexpress.com/nuget/DevExpress.Charts/26.1.5-pre-26227

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.5-pre-26227 0 8/18/2026
26.1.4 29,593 8/7/2026
26.1.4-pre-26200 11,574 7/23/2026
26.1.4-pre-26190 11,082 7/14/2026
26.1.4-pre-26179 11,031 7/2/2026
26.1.3 209,868 6/18/2026
25.2.9 14,981 8/3/2026
25.2.8 90,149 6/10/2026
25.2.7 208,575 5/6/2026
25.2.6 201,046 4/7/2026
25.2.5 256,301 3/2/2026
25.2.4 250,820 2/3/2026
25.2.3 334,308 12/18/2025
25.1.13 12,894 7/31/2026
25.1.12 27,847 6/10/2026
25.1.11 26,889 5/5/2026
25.1.10 52,392 4/6/2026
25.1.9 85,828 3/2/2026
25.1.8 61,717 1/16/2026
Loading failed