Aspose.Drawing  for .NET

Cross-platform System.Drawing.Common replacement

Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies.

  Download Free Trial
  
 

Aspose.Drawing package can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. The drawing library supports rendering vector graphics such as lines, curves, and figures as well as text in a variety of fonts, sizes, and styles onto raster images. Images can be saved in all commonly used graphics formats including BMP, PNG, JPEG, GIF, and TIFF. Aspose.Drawing is a pure .NET library and does not rely on any external native rendering engine.

Advanced .NET Graphics API Features

Create bitmaps from scratch or load existing files

Draw lines, curves, splines and arcs

Draw shapes like rectangle, polygon, ellipse, etc

Process and draw graphics paths

Render text with different fonts and styles

Use different pen widths and styles

Use solid, texture, gradient, and hatch brushes

Supports alpha blending and anti-aliasing

Work with clip regions

Use coordinate system transformations

Draw Vector Graphics

Aspose.Drawing for .NET allows to draw different vector graphics such as arcs, Cardinal Spline, Bezier spline, ellipses, closed curves, lines and a number of other types. Only few lines of code needed to draw different types of vector graphics using the API. E.g here is code for drawing arc.

Drawing Arc - C#

  

Support and Learning Resources