VectSharp
2.2.1
A light library for C# vector graphics
|
▼NVectSharp | |
►NCanvas | |
►NFilters | |
►NFonts | |
►NImageSharpUtils | |
►NMarkdown | |
►NMarkdownCanvas | |
►NMuPDFUtils | |
►NPDF | |
►NRaster | |
►NSVG | |
►NThreeD | |
CBrush | Represents a brush used to fill or stroke graphics elements. This could be a solid colour, or a more complicated gradient or pattern |
CColour | Represents an RGB colour |
CColours | Standard colours |
CDefaultFontLibrary | A default font library that resolves standard families using the embedded fonts |
CDisposableIntPtr | An IDisposable wrapper around an IntPtr that frees the allocated memory when it is disposed |
CDocument | Represents a collection of pages |
►CFont | Represents a typeface with a specific size |
CFontFamily | Represents a typeface |
CFontFamilyCreationException | An exception that occurs while creating a FontFamily |
CFontLibrary | Abstract class with a default implementation of font family fallbacks |
CFormattedText | Represents a run of text that should be drawn with the same style |
CFormattedTextExtensions | Contains extension methods for collections of FormattedText objects |
CGradientBrush | Represents a brush painting with a gradient |
CGradientStop | Represents a colour stop in a gradient |
CGradientStops | Represents a read-only list of GradientStops |
CGraphics | Represents an abstract drawing surface |
CGraphicsPath | Represents a graphics path that can be filled or stroked |
CIFontLibrary | Represents a font library with methods to create FontFamily objects from a string or from FontFamily.StandardFontFamilies |
CIGraphicsContext | This interface should be implemented by classes intended to provide graphics output capability to a Graphics object |
CLinearGradientBrush | Represents a brush painting with a linear gradient |
CLineDash | Represents instructions on how to paint a dashed line |
CPage | Represents a Graphics object with a width and height |
CPoint | Represents a point relative to an origin in the top-left corner |
CRadialGradientBrush | Represents a brush painting with a radial gradient |
CRasterImage | Represents a raster image, created from raw pixel data. Consider using the derived classes included in the NuGet package "VectSharp.MuPDFUtils" if you need to load a raster image from a file or a Stream |
CRectangle | Represents a rectangle |
CResourceFontFamily | Represents a FontFamily created from a resource stream |
CSegment | Represents a segment as part of a GraphicsPath |
CSimpleFontLibrary | A font library that can be used to cache and resolve font family names |
CSize | Represents the size of an object |
CSolidColourBrush | Represents a brush painting with a single solid colour |
►CTrueTypeFile | Represents a font file in TrueType format. Reference: http://stevehanov.ca/blog/?id=143, https://developer.apple.com/fonts/TrueType-Reference-Manual/, https://docs.microsoft.com/en-us/typography/opentype/spec/ |
CUnbalancedStackException | The exception that is thrown when an unbalanced graphics state stack occurs |