Aspose.Drawing
23.3.0
dotnet add package Aspose.Drawing --version 23.3.0
NuGet\Install-Package Aspose.Drawing -Version 23.3.0
<PackageReference Include="Aspose.Drawing" Version="23.3.0" />
paket add Aspose.Drawing --version 23.3.0
#r "nuget: Aspose.Drawing, 23.3.0"
// Install Aspose.Drawing as a Cake Addin
#addin nuget:?package=Aspose.Drawing&version=23.3.0
// Install Aspose.Drawing as a Cake Tool
#tool nuget:?package=Aspose.Drawing&version=23.3.0
2D Drawing Engine for .NET Platforms
Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License
Aspose.Drawing for .NET is a cross-platform 2D drawing engine with System.Drawing compatible API.
Our drawing engine supports rendering vector graphics (such as lines, curves, and figures) and text (in a variety of fonts, sizes, and styles) onto raster images represented by an array of pixels in memory. Images can be saved in some of the popularly used graphics file formats (BMP, PNG, JPEG, GIF, TIFF).
Aspose.Drawing for .NET is a 2D graphics library with System.Drawing compatible API. It allows your cross-platform .NET Apps to render vector graphics such as lines, curves, and figures as well as text onto raster images.
Aspose.Drawing is a pure .NET library that does not rely on any external native rendering engine. It allows running your existing C# and VB Apps on various supported platforms having identical rendering results.
Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service.
With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
Graphic File Processing Features
- Creating bitmaps from scratch or loading from files.
- Drawing lines, Bézier curves, splines, and arcs.
- Drawing shapes such as rectangle, polygon, eclipse, etc.
- Processing and drawing graphics paths.
- Rendering text with different fonts and styles.
- Using different pen widths and styles.
- Using solid and texture brushes.
- Alpha blending and anti-aliasing lines and shapes.
- Working with clip regions.
- Using affine transformations.
Supported Read & Write Drawing Formats
BMP, PNG, JPEG, GIF, TIFF
Platform Independence
The project is based on managed .NET core and does not have dependencies on native code and libraries, with the rendering algorithms working the same way on all supported platforms.
Aspose.Drawing for .NET supports any 32-bit or 64-bit operating system where .NET Framework or .NET Core is installed including, but not limited to:
- Microsoft Windows desktop (XP, Vista, 7, 8, 10) and server operating systems (2003, 2008, 2012, 2016, 2019)
- Windows Azure
It also supports .NET Framework version 2.0 and .NET Core 2.0 or later. You can use Aspose.Drawing for .NET to develop applications in any development environment that targets the .NET platform. However, Microsoft Visual Studio 2012, 2013, 2015, 2017, 2019 are explicitly supported.
Get Started
Are you ready to give Aspose.Drawing for .NET a try? Simply execute Install-Package Aspose.Drawing
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Drawing for .NET and want to upgrade the version, please execute Update-Package Aspose.Drawing
to get the latest version.
Create New Bitmap using C# Code
You can execute the below code snippet to see how Aspose.Drawing API performs in your own environment or check the GitHub Repository for other common usage scenarios.
// For complete examples and data files, please go to
// https://github.com/aspose-drawing/Aspose.Drawing-for-.NET
Bitmap bitmap = new Bitmap(1000, 800, System.Drawing.Imaging.PixelFormat.Format32bppPArgb);
Graphics graphics = Graphics.FromImage(bitmap);
Pen pen = new Pen(Color.FromKnownColor(KnownColor.Blue), 2);
graphics.DrawArc(pen, 0, 0, 700, 700, 0, 180);
bitmap.Save(RunExamples.GetDataDir() + @"LinesCurvesShapes\DrawArc_out.png");
Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aspose.Drawing:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
23.3.0 | 170 | 3/14/2023 |
23.2.0 | 1,206 | 2/20/2023 |
23.1.0 | 3,940 | 1/27/2023 |
22.12.0 | 5,457 | 12/29/2022 |
22.11.0 | 3,060 | 11/29/2022 |
22.10.0 | 14,574 | 10/18/2022 |
22.9.0 | 7,078 | 9/27/2022 |
22.8.0 | 7,511 | 8/22/2022 |
22.7.0 | 4,079 | 7/14/2022 |
22.6.0 | 5,451 | 6/17/2022 |
22.5.0 | 3,539 | 5/20/2022 |
22.4.0 | 4,715 | 4/22/2022 |
22.3.0 | 7,749 | 3/24/2022 |
22.2.0 | 3,699 | 2/18/2022 |
22.1.0 | 2,425 | 1/28/2022 |
21.12.0 | 6,069 | 12/30/2021 |
21.11.0 | 3,880 | 11/20/2021 |
21.10.0 | 3,079 | 10/15/2021 |
21.9.0 | 5,400 | 9/16/2021 |
21.8.0 | 5,404 | 8/17/2021 |
21.7.0 | 3,688 | 7/16/2021 |
21.6.0 | 3,644 | 6/18/2021 |
21.5.0 | 3,746 | 5/18/2021 |
21.4.0 | 5,515 | 4/26/2021 |
21.3.0 | 3,132 | 3/26/2021 |
21.2.0 | 6,551 | 2/26/2021 |
21.1.0 | 339 | 2/1/2021 |
20.12.0 | 1,393 | 12/29/2020 |
20.11.0 | 1,599 | 11/30/2020 |
20.10.0 | 3,404 | 10/27/2020 |
20.9.0 | 1,461 | 10/1/2020 |
20.8.0 | 757 | 8/26/2020 |
20.7.0 | 2,048 | 7/22/2020 |
20.6.1 | 1,191 | 6/24/2020 |
20.6.0 | 642 | 6/24/2020 |