Info
Version: | 1.12.18 |
Author(s): | Keith Packard |
Last Update: | Thursday, March 5, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://cairographics.org/ |
NuGet Url: | https://www.nuget.org/packages/cairo |
Install
Install-Package cairo
dotnet add package cairo
paket add cairo
cairo Download (Unzip the "nupkg" after downloading)
Dependencies
- lpng(1.6.16.0)
- zlib(1.2.8.7)
- cairo.redist(1.12.18.0)
Tags
The cairo API provides operations similar to the drawing operators of PostScript and PDF.
Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering.
All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.).