/Aspose.Drawing-for-.NET

Aspose.Drawing for .NET Examples

MIT LicenseMIT

Aspose.Drawing for .NET

Aspose.Drawing for .NET is a .NET graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications. The 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 in all commonly used graphics file formats. 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.

This repository contains Examples, Plugins and Showcases for Aspose.Drawing for .NET to help you learn and write your own applications.

Directory Description
Examples A collection of .NET examples that help you learn and explore the API features

How to Run the Examples

  • You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
  • Extract the contents of ZIP file to any folder on your computer. All the examples are located in the Examples folder.
  • There is one Solution File in the Project containing C# examples.
  • The projects are created in Visual Studio 2013, but the solution files are compatible with Visual Studio 2010 SP1 and higher.
  • Open the solution file in Visual Studio and build the project.
  • On first run the dependencies will automatically be downloaded via NuGet. This may take some time.
  • Data folder at the root folder of Examples contains input files which CSharp examples used. It is mandatory that you download the Data folder along with the examples project.
  • Open RunExamples.cs file, all the examples are called from here.
  • Uncomment the examples you want to run from within the project.

Please find more details for how to run the examples here.

Resources