VectSharp  2.2.1
A light library for C# vector graphics
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NVectSharp
 NCanvas
 NFilters
 NFonts
 NImageSharpUtils
 NMarkdown
 NMarkdownCanvas
 NMuPDFUtils
 NPDF
 NRaster
 NSVG
 NThreeD
 CBrushRepresents a brush used to fill or stroke graphics elements. This could be a solid colour, or a more complicated gradient or pattern
 CColourRepresents an RGB colour
 CColoursStandard colours
 CDefaultFontLibraryA default font library that resolves standard families using the embedded fonts
 CDisposableIntPtrAn IDisposable wrapper around an IntPtr that frees the allocated memory when it is disposed
 CDocumentRepresents a collection of pages
 CFontRepresents a typeface with a specific size
 CFontFamilyRepresents a typeface
 CFontFamilyCreationExceptionAn exception that occurs while creating a FontFamily
 CFontLibraryAbstract class with a default implementation of font family fallbacks
 CFormattedTextRepresents a run of text that should be drawn with the same style
 CFormattedTextExtensionsContains extension methods for collections of FormattedText objects
 CGradientBrushRepresents a brush painting with a gradient
 CGradientStopRepresents a colour stop in a gradient
 CGradientStopsRepresents a read-only list of GradientStops
 CGraphicsRepresents an abstract drawing surface
 CGraphicsPathRepresents a graphics path that can be filled or stroked
 CIFontLibraryRepresents a font library with methods to create FontFamily objects from a string or from FontFamily.StandardFontFamilies
 CIGraphicsContextThis interface should be implemented by classes intended to provide graphics output capability to a Graphics object
 CLinearGradientBrushRepresents a brush painting with a linear gradient
 CLineDashRepresents instructions on how to paint a dashed line
 CPageRepresents a Graphics object with a width and height
 CPointRepresents a point relative to an origin in the top-left corner
 CRadialGradientBrushRepresents a brush painting with a radial gradient
 CRasterImageRepresents 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
 CRectangleRepresents a rectangle
 CResourceFontFamilyRepresents a FontFamily created from a resource stream
 CSegmentRepresents a segment as part of a GraphicsPath
 CSimpleFontLibraryA font library that can be used to cache and resolve font family names
 CSizeRepresents the size of an object
 CSolidColourBrushRepresents a brush painting with a single solid colour
 CTrueTypeFileRepresents 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/
 CUnbalancedStackExceptionThe exception that is thrown when an unbalanced graphics state stack occurs