VectSharp 2.6.1
A light library for C# vector graphics
|
▼NVectSharp | |
►NCanvas | |
►NFilters | |
►NFonts | |
►NImageSharpUtils | |
►NMarkdown | |
►NMarkdownCanvas | |
►NMuPDFUtils | |
►NPDF | |
►NPlots | |
►NRaster | |
►NSVG | |
►NThreeD | |
►CAnimatedPNG | Contains methods to create animated PNG image files. |
CAnimation | Describes an animation constituted by a number of frames and transitions between them. |
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. |
CFolderFontLibrary | A font library that resolves fonts from a folder containing TrueType files. |
►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. |
CFrame | A key frame for an animation. |
CGradientBrush | Represents a brush painting with a gradient. |
CGradients | Standard gradients. |
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. |
CIEasing | Describes a function used to transform the transition speed. |
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. |
CLinearEasing | Describes a linear easing (i.e., no easing). |
CLinearGradientBrush | Represents a brush painting with a linear gradient. |
CLineDash | Represents instructions on how to paint a dashed line. |
CMultiFontLibrary | A font library that tries to resolve fonts using other font libraries. |
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. |
CSplineEasing | Describes an easing defined by a Cubic Bezier curve. |
CTextSpacing | Contains information about text spacing. |
CTransition | Describes the transition between two successive Frames. |
►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. |