Info
Version: | 1.15.12-alpha |
Author(s): | CairoSharp's contributors |
Last Update: | Sunday, November 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zwcloud/CairoSharp |
NuGet Url: | https://www.nuget.org/packages/SharpCairo |
Install
Install-Package SharpCairo
dotnet add package SharpCairo
paket add SharpCairo
SharpCairo Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
No dependencies.
Tags
Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available.
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.).